How to train fitcecoc by using COST SENSITIVE SVM
1 次查看(过去 30 天)
显示 更早的评论
Dear, I have a multiclass problem with an highly unbalanced dataset.
How can I train a multiclass, error-correcting output codes (ECOC) model using svm cost sensitive svm?
If I use svm for a binary classifier I would just set the cost matrix.
However, here we have a multiclass poroblem and ECOC models perform much better.
0 个评论
采纳的回答
Subhadeep Koley
2019-8-22
MATLAB provides ClassificationECOC and fitcecoc for Multiclass model for support vector machines (SVMs) and other classifiers.
1 个评论
lokesh singh
2019-9-2
Sir,
thanks for your suggestions but sir how can we use cost in fitcecoc function for multiclass classification.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Classification Ensembles 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!