Info
This question is closed. Reopen it to edit or answer.
how to set maxiter gradient to 500 in svmtrain () ?
1 view (last 30 days)
Show older comments
l have this function :
model = svmtrain(train_label, train_set, '-s 0 -t 2');
l want to set MaxIter = 500 , how to do that ? l tried this but it's not working model = svmtrain(train_label, train_set, '-s 0 -t 2',MaxIter, 500);
thank you
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!