cjlin1 / libsvm

LIBSVM -- A Library for Support Vector Machines
https://www.csie.ntu.edu.tw/~cjlin/libsvm/
BSD 3-Clause "New" or "Revised" License
4.54k stars 1.64k forks source link

Parameters #117

Closed parequena closed 6 years ago

parequena commented 6 years ago

Hi! i'm trying to understand libsvm, specificly using from Matlab's svmtrain(training_label_vector, training_instance_matrix, '.............') -> where ..... are tons of parameters, also, im comparing those parameters with matlab ones (fitcsvm). There is a comparition between fitcsvm parameters and svmtrain ones? Where can i find that comparition (teorical or practical)? All fitcsvm parameters are included in svmtrain?

Also, in fitsvm function, has 3 solvers, "ISDA", "L1QP", "SMO", there are those solvers on libsvm? If not, there is a plugin/extra to have them?

Thanks for helping!