Constant SVM_ONE_CLASS

Source
pub const SVM_ONE_CLASS: i32 = 102;
Expand description

Distribution Estimation (One-class %SVM). All the training data are from the same class, %SVM builds a boundary that separates the class from the rest of the feature space.