Error in SVM at line 470
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi all
i am getting the fallowing error for svmtrain
??? Error using ==> svmtrain at 470
Unable to solve the optimization problem:
Maximum number of iterations exceeded; increase options.MaxIter.
To continue solving the problem with the current solution as the
starting point, set x0 = x before calling quadprog.
I use SVM like this svmstruct=svmtrain(PosNegF,group); while the dimension PosNegF are 666 x 10 and group are 666 x 1
Please help me.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!