HomeSort by relevance Sort by last modified time
    Searched defs:C_SVC (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/java/src/
ml+SVM.java 18 C_SVC = 100,
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp 491 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,
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
    [all...]
  /external/opencv/ml/include/
ml.h 486 enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 };
    [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 461 enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 };
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 189 milliseconds