How can perform multiclass classification by ls-svm?
Show older comments
MATLAB has removed svmtrain and putted fitcsvm, ClassificationSVM, and CompactClassificationSVM instead. In the previous versions, one could change the Name-Value Pair Argument of 'method' to QP, SMO and LS. Is there anyway to choose LS using fitcsvm, ClassificationSVM or CompactClassificationSVM?
Answers (0)
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!