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

  /external/opencv/ml/src/
mlknearest.cpp 88 bool CvKNearest::is_regression() const { return regression; } function in class:CvKNearest
mlsvm.cpp 1728 const bool is_regression = (svm_type == EPS_SVR) || (svm_type == NU_SVR); local
    [all...]

Completed in 6648 milliseconds