change the rbf in SVM
Show older comments
Hello,
I am using the command
cl = fitcsvm(X,Y,'KernelFunction','rbf',...
'BoxConstraint',Inf,'ClassNames',[-1,1]);
in my program. How do I go about changing the 'rbf'?
Accepted Answer
More Answers (1)
Jhon Pilataxi
on 9 Oct 2018
Edited: Walter Roberson
on 9 Oct 2018
1 vote
Here someone said how to change:
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!