hello all, i am a begginer in matlab , pls help me to do multilabel classification or multiclass svm ?
3 ビュー (過去 30 日間)
古いコメントを表示
svm multiclass classification
0 件のコメント
回答 (1 件)
Drew
2023 年 8 月 22 日
If you have more than 2 classes, use https://www.mathworks.com/help/stats/fitcecoc.html to train multiple SVM classifiers: "Mdl = fitcecoc(Tbl,ResponseVarName) returns a full, trained, multiclass, error-correcting output codes (ECOC) model using the predictors in table Tbl and the class labels in Tbl.ResponseVarName. fitcecoc uses K(K – 1)/2 binary support vector machine (SVM) models using the one-versus-one coding design, where K is the number of unique class labels (levels). Mdl is a ClassificationECOC model." There are many options in fitcecoc to control things like the coding design, the details of the binary learners, etc.
1 件のコメント
Talha Saeed
2023 年 11 月 12 日
use this link for multiclass SVM
参考
カテゴリ
Help Center および File 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!