For SVM, what is the difference between gamma and sigma in the kernel scale for rbf?
18 ビュー (過去 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!