Classifiers. How can i draw 3-D plot ?

조회 수: 3 (최근 30일)
Pramod Bhat
Pramod Bhat 2012년 4월 2일
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-)

답변 (2개)

Richard Willey
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, ...)
  댓글 수: 1
Pramod Bhat
Pramod Bhat 2012년 4월 3일
Thanks for the help.
Could you please elaborate second part of your answer ? And can you please give me SVM code for multi-class ?

댓글을 달려면 로그인하십시오.


Richard Willey
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

카테고리

Help CenterFile Exchange에서 Classification에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by