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?

답변 (1개)

Mudambi Srivatsa
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.

카테고리

Help CenterFile 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!

Translated by