Classifiers. How can i draw 3-D plot ?
3 次查看(过去 30 天)
显示 更早的评论
Hai friends, I am trying to use SVM and Naive Bayes classifiers given in MATLAB for 3-class classification. Can they be used used as multi-class classifiers ?
If yes, in case of SVM classifier how can i modify the functions 'svmclassify' and 'svmtrain' given in matlab to show 3-d plots ?
Thanks in advance-)
0 个评论
回答(2 个)
Richard Willey
2012-4-2
The SVM implementation in Bioinformatics Toolbox is limited to binary classification.
The Naive Bayes classifier in Statistics Toolbox is able to perform multiclass classification. (As can boosted and bagged decision trees, linear discriminant analysis, ...)
Richard Willey
2012-4-3
I have a webinar entitled An Introduction to Classification with MATLAB.
The code is available for download from the file exchange. http://www.mathworks.com/matlabcentral/fileexchange/28770-introduction-to-classification
You can view the recorded webinar at <http://www.mathworks.com/company/events/webinars/wbnr51468.html?id=51468&p1=869883482&p2=869883500>
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Classification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!