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

  /external/opencv/ml/include/
ml.h 329 double degree; // for poly member in struct:CvSVMParams
492 enum { C=0, GAMMA=1, P=2, NU=3, COEF=4, DEGREE=5 };
512 CvParamGrid degree_grid = get_default_grid(CvSVM::DEGREE) );
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 156 else if( param_id == CvSVM::DEGREE )
170 svm_type(CvSVM::C_SVC), kernel_type(CvSVM::RBF), degree(0),
182 degree(_degree), gamma(_gamma), coef0(_coef0),
262 cvPow( &R, &R, params->degree );
1613 double gamma = 0, C = 0, degree = 0, coef = 0, p = 0, nu = 0; local
    [all...]

Completed in 22 milliseconds