Which of the parameters in LibSVM is the slack variable?

前端 未结 2 747
北海茫月
北海茫月 2021-02-06 14:27

I am a bit confused about the namings in the SVM. I am using this library LibSVM. There are so many parameters that can be set. Does anyone know which of these is the slack vari

2条回答
  •  情深已故
    2021-02-06 15:24

    First decide which type of SVM are u intending to use: C-SVC, nu-SVC , epsilon-SVR or nu-SVR. In my opinion u need to vary C and gamma most of the time... the rest are usually fixed..

提交回复
热议问题