For SVM, what is the difference between gamma and sigma in the kernel scale for rbf?
Mostra commenti meno recenti
In some places the kernel scale is defined with gamma, and others sigma. Are the two the same?
Risposte (1)
Mudambi Srivatsa
il 26 Giu 2017
Modificato: Walter Roberson
il 8 Dic 2021
0 voti
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.
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!