change the rbf in SVM

4 次查看(过去 30 天)
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'?

采纳的回答

Walter Roberson
Walter Roberson 2016-10-23
  6 个评论
Walter Roberson
Walter Roberson 2016-10-24
Create your own RBF routine that has a sigma built in to it.
Or possibly the KernelScaling might be what is needed, but the documentation for how that all worked is long and it was not clear to me how the various aspects work together.
Hassan Raza
Hassan Raza 2023-11-15
How to make the code implementation Multiquadric RBF on 1d heat equation.

请先登录,再进行评论。

更多回答(1 个)

Jhon Pilataxi
Jhon Pilataxi 2018-10-9
编辑:Walter Roberson 2018-10-9

类别

Help CenterFile Exchange 中查找有关 Graphics Object Programming 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by