how to use multiple groups load in matlb plzzz help me and correct my code
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Réponse acceptée
Bernhard Suhm
le 9 Avr 2018
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.
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!