Error using Multiclass support vector machines
조회 수: 3 (최근 30일)
이전 댓글 표시
I am operating with two data files for a project. My training set and testing set are of size 451315 X 304 respectively. I am aiming to classify eight different classes. I have tried using the Multi Class Support Vector Machine by Anand Mishra (Thanks to you, sir!) provided in MATLAB answers forum. However, this is the error that occurs in the function m-file. It works for a smaller dataset, but at this high amount data, it is giving away this error. Please clarify.
The error shown is as follows.
Error using seqminopt>seqminoptImpl (line 198)
No convergence achieved within maximum number of iterations.
Error in seqminopt (line 81)
[alphas offset] = seqminoptImpl(data, targetLabels, ...
Error in svmtrain (line 499)
[alpha, bias] = seqminopt(training, groupIndex, ...
댓글 수: 1
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!