For SVM, what is the difference between gamma and sigma in the kernel scale for rbf?

28 views (last 30 days)
In some places the kernel scale is defined with gamma, and others sigma. Are the two the same?

Answers (1)

Mudambi Srivatsa
Mudambi Srivatsa on 26 Jun 2017
Edited: Walter Roberson on 8 Dec 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.

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!