Structs§
- SvmModel
- A trained SVM model.
- SvmNode
- A single sparse feature:
index:value. - SvmParameter
- SVM parameters controlling the formulation, kernel, and solver.
- SvmProblem
- A training/test problem: a collection of labelled sparse instances.
Enums§
- Kernel
Type - Type of kernel function.
- SvmType
- Type of SVM formulation.
Functions§
- check_
parameter - Full parameter check including ν-SVC feasibility against training data.
- svm_
check_ probability_ model - C-API style helper matching LIBSVM’s
svm_check_probability_model. - svm_
get_ labels - C-API style helper matching LIBSVM’s
svm_get_labels. - svm_
get_ nr_ class - C-API style helper matching LIBSVM’s
svm_get_nr_class. - svm_
get_ nr_ sv - C-API style helper matching LIBSVM’s
svm_get_nr_sv. - svm_
get_ sv_ indices - C-API style helper matching LIBSVM’s
svm_get_sv_indices. - svm_
get_ svm_ type - C-API style helper matching LIBSVM’s
svm_get_svm_type. - svm_
get_ svr_ probability - C-API style helper matching LIBSVM’s
svm_get_svr_probability.