A question about the function 'svmtrain'
Show older comments
Hello!
Can you tell me the code of the function 'svmtrain'
svmModel = svmtrain(arr1', labelData, ...
'Autoscale',true, 'Showplot',true, 'Method','QP', ...
'BoxConstraint',2e-1, 'Kernel_Function','rbf', 'RBF_Sigma',1);
thank you very much.
Answers (1)
Walter Roberson
on 13 Mar 2013
0 votes
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!