Expand description
SVM training pipeline.
Provides svm_train which produces an SvmModel from an SvmProblem
and SvmParameter. Matches the original LIBSVM’s svm_train function.
Functions§
- svm_
train - Train an SVM model from a problem and parameters.