For SVM, what is the difference between gamma and sigma in the kernel scale for rbf?
19 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
In some places the kernel scale is defined with gamma, and others sigma. Are the two the same?
0 comentarios
Respuestas (1)
Mudambi Srivatsa
el 26 de Jun. de 2017
Editada: Walter Roberson
el 8 de Dic. de 2021
Yes, they are the same. Refer to the following post for more information:
This parameter was referred to as 'RBF_sigma' in documentation of "svmtrain" function. However, it is replaced by "fitcsvm" which has a 'KernelScale' parameter.
0 comentarios
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!