change the rbf in SVM
6 ビュー (過去 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'?
0 件のコメント
採用された回答
Walter Roberson
2016 年 10 月 23 日
Just change it to your desired value.
6 件のコメント
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
2023 年 11 月 15 日
How to make the code implementation Multiquadric RBF on 1d heat equation.
その他の回答 (1 件)
Jhon Pilataxi
2018 年 10 月 9 日
編集済み: Walter Roberson
2018 年 10 月 9 日
Here someone said how to change:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!