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

1 visualizzazione (ultimi 30 giorni)
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.

Risposte (0)

Categorie

Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by