pub const SVM_NU_SVC: i32 = 101;Expand description
-Support Vector Classification. n-class classification with possible
imperfect separation. Parameter
(in the range 0..1, the larger the value, the smoother
the decision boundary) is used instead of C.