For SVM, what is the difference between gamma and sigma in the kernel scale for rbf?
13 次查看(过去 30 天)
显示 更早的评论
In some places the kernel scale is defined with gamma, and others sigma. Are the two the same?
0 个评论
回答(1 个)
Mudambi Srivatsa
2017-6-26
编辑:Walter Roberson
2021-12-8
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 个评论
另请参阅
类别
在 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!