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

1 visualización (últimos 30 días)
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.

Respuestas (0)

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by