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

/external/opencv3/modules/java/src/
H A Dml+SVM.java18 C_SVC = 100, field in class:SVM
/external/opencv3/modules/ml/include/opencv2/
H A Dml.hpp491 See SVM::Types. Default value is SVM::C_SVC. */
519 For SVM::C_SVC, SVM::EPS_SVR or SVM::NU_SVR. Default value is 0. */
539 /** Optional weights in the SVM::C_SVC problem, assigned to particular classes.
574 C_SVC=100, enumerator in enum:cv::ml::SVM::Types
595 SVM::C_SVC SVMs have been trained (one against rest) with auto_train. Evaluation on three
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 65 milliseconds