Why posterior probability of support vector machine classifier uses the prediction function of KNN ?

1 次查看(过去 30 天)
In this link that explains the fit spoterior for SVM model, in the firts example:
ScoreSVMModel = fitPosterior(SVMModel)
then uses resubPredict to predict the lable:
[~,postProbs] = resubPredict(ScoreSVMModel);
However, according to here, resubPredict is used for KNN not for SVM.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by