How do the multiclass SVM model function 'fitcecoc' work?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Mdl = fitcecoc(X,Y)
Suppose I have 4 classes as below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/275317/image.png)
As seen from the table below, suppose for learner 1, the svm predicted it as Cat. For learner 2 it was predicted as Fish. For learner 3 it is predicted as Cat. For learner 4 it is predicted as Fish. For learner 5 it is predicted as Rabbit. For learner 6 it is predicted as Rabbit.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/275318/image.png)
How do the ECOC svm determine if it is cat, fish or rabbit in this case?
0 Commenti
Risposte (1)
Dinesh Yadav
il 9 Mar 2020
Kindly go through the documentation of fitcecoc and go through the sub sections Coding Design and Error Correcting Output Codes Model part to understand how it works.
4 Commenti
Dinesh Yadav
il 9 Mar 2020
Sorry my bad it wont be probability but classification score. Also i have taken above data point as test data point not training. The score would be computed as in doc under Error Correcting Output Codes Model.
Vedere anche
Categorie
Scopri di più su Classification Ensembles in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!