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

1 vue (au cours des 30 derniers jours)
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.

Réponses (0)

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by