HomeSort by relevance Sort by last modified time
    Searched refs:COEF (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/include/
ml.h 492 enum { C=0, GAMMA=1, P=2, NU=3, COEF=4, DEGREE=5 };
511 CvParamGrid coef_grid = get_default_grid(CvSVM::COEF),
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 150 else if( param_id == CvSVM::COEF )
1613 double gamma = 0, C = 0, degree = 0, coef = 0, p = 0, nu = 0; local
    [all...]

Completed in 291 milliseconds