change the rbf in SVM
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello,
I am using the command
cl = fitcsvm(X,Y,'KernelFunction','rbf',...
'BoxConstraint',Inf,'ClassNames',[-1,1]);
in my program. How do I go about changing the 'rbf'?
댓글 수: 0
채택된 답변
Walter Roberson
2016년 10월 23일
Just change it to your desired value.
댓글 수: 6
Walter Roberson
2016년 10월 24일
Create your own RBF routine that has a sigma built in to it.
Or possibly the KernelScaling might be what is needed, but the documentation for how that all worked is long and it was not clear to me how the various aspects work together.
추가 답변 (1개)
Jhon Pilataxi
2018년 10월 9일
편집: Walter Roberson
2018년 10월 9일
Here someone said how to change:
댓글 수: 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!