I'm using libsvm to classify my dataset but I'm not reaching good results with SVM. I think that it is because the parameters: Gamma and Cost were defined wrongly. I'm training the SVM with C-SVC and Linear Kernel.

There are some method to define Gamma and Cost parameters?

Similar questions and discussions