Home | History | Annotate | Download | only in include

Lines Matching defs:nu

334     double      nu; // for CV_SVM_NU_SVC, CV_SVM_ONE_CLASS, and CV_SVM_NU_SVR
492 enum { C=0, GAMMA=1, P=2, NU=3, COEF=4, DEGREE=5 };
510 CvParamGrid nu_grid = get_default_grid(CvSVM::NU),