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