Home
last modified time | relevance | path

Searched defs:is_regression (Results 1 – 2 of 2) sorted by relevance

/external/opencv/ml/src/
Dmlknearest.cpp88 bool CvKNearest::is_regression() const { return regression; } in is_regression() function in CvKNearest
Dmlsvm.cpp1728 const bool is_regression = (svm_type == EPS_SVR) || (svm_type == NU_SVR); in train_auto() local