change the rbf in SVM
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
monkey_matlab
le 23 Oct 2016
Commenté : Hassan Raza
le 15 Nov 2023
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 commentaires
Réponse acceptée
Walter Roberson
le 23 Oct 2016
Just change it to your desired value.
6 commentaires
Walter Roberson
le 24 Oct 2016
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
le 15 Nov 2023
How to make the code implementation Multiquadric RBF on 1d heat equation.
Plus de réponses (1)
Jhon Pilataxi
le 9 Oct 2018
Modifié(e) : Walter Roberson
le 9 Oct 2018
Here someone said how to change:
0 commentaires
Voir également
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!