Does svmtrain still work on MATLAB R2014a ? Since it has been removed in R2018a and it is prompting to use fitcsvm
4 views (last 30 days)
Show older comments
how can the following code be written using fitcsvm:
Model = svmtrain(TrainData,TrainLabels,'autoscale',false,'kernel_function','mlp','options',options);
0 Comments
Answers (1)
Walter Roberson
on 18 Jul 2018
fitcsvm was introduced in R2014a, and svmtrain should work without difficulty and without warning in R2014a. The release notes imply that it should not have started warning until R2017a.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!