Searched defs:is_regression (Results 1 – 2 of 2) sorted by relevance
88 bool CvKNearest::is_regression() const { return regression; } in is_regression() function in CvKNearest
1728 const bool is_regression = (svm_type == EPS_SVR) || (svm_type == NU_SVR); in train_auto() local