how to use multiple groups load in matlb plzzz help me and correct my code
조회 수: 2 (최근 30일)
이전 댓글 표시


채택된 답변
Bernhard Suhm
2018년 4월 9일
The standard SVM training function indeed supports only binary classification. You need to use fitcecoc for multi-class SVM classification. - You must be using an outdated release, svmtrain has been replaced by fitcsvm for several releases.
추가 답변 (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!