change the rbf in SVM

6 ビュー (過去 30 日間)
monkey_matlab
monkey_matlab 2016 年 10 月 23 日
コメント済み: Hassan Raza 2023 年 11 月 15 日
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 Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by