Searched defs:NU_SVC (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/java/src/
H A Dml+SVM.java19 NU_SVC = 101, field in class:SVM
/external/opencv3/modules/ml/include/opencv2/
H A Dml.hpp526 For SVM::NU_SVC, SVM::ONE_CLASS or SVM::NU_SVR. Default value is 0. */
578 NU_SVC=101, enumerator in enum:cv::ml::SVM::Types
661 This function works for the classification (SVM::C_SVC or SVM::NU_SVC) as well as for the
/external/opencv/ml/include/
H A Dml.h486 enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 }; enumerator in enum:CvSVM::__anon14472
/external/opencv3/apps/traincascade/
H A Dold_ml.hpp461 enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 }; enumerator in enum:CvSVM::__anon15054

Completed in 59 milliseconds