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)
MiMad
MiMad on 20 Mar 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
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

Answers (0)

This question is closed.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!