For SVM, what is the difference between gamma and sigma in the kernel scale for rbf?
조회 수: 24 (최근 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에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!