change the rbf in SVM

조회 수: 4 (최근 30일)
monkey_matlab
monkey_matlab 2016년 10월 23일
댓글: Hassan Raza 2023년 11월 15일
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'?

채택된 답변

Walter Roberson
Walter Roberson 2016년 10월 23일
  댓글 수: 6
Walter Roberson
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.
Hassan Raza
Hassan Raza 2023년 11월 15일
How to make the code implementation Multiquadric RBF on 1d heat equation.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Jhon Pilataxi
Jhon Pilataxi 2018년 10월 9일
편집: Walter Roberson 2018년 10월 9일

카테고리

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