I have used cross validation and grid search to find optimum value of C and gamma for RBF LIBSVM for my data . However how do i modify code available at LIBSVM site to find only value of C as i want to use Linear SVM. Also i read in some papers that SVM classifier is tuned for value of C=1. How to tune LIBSVM for C=1. Where will i get code?Thanks.

Similar questions and discussions