Skip to main content

Module train

Module train 

Source
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.