change the rbf in SVM
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
monkey_matlab
el 23 de Oct. de 2016
Comentada: Hassan Raza
el 15 de Nov. de 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 comentarios
Respuesta aceptada
Walter Roberson
el 23 de Oct. de 2016
Just change it to your desired value.
6 comentarios
Walter Roberson
el 24 de Oct. de 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
el 15 de Nov. de 2023
How to make the code implementation Multiquadric RBF on 1d heat equation.
Más respuestas (1)
Jhon Pilataxi
el 9 de Oct. de 2018
Editada: Walter Roberson
el 9 de Oct. de 2018
Here someone said how to change:
0 comentarios
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!