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

  /external/opencv/ml/src/
mlestimate.cpp 201 if (crVal->is_regression)
305 if (crVal->is_regression)
444 if (estimateParams && ((CvCrossValidationParams*)estimateParams)->is_regression)
445 crVal->is_regression = 1;
447 crVal->is_regression = 0;
mlsvm.cpp 1728 const bool is_regression = (svm_type == EPS_SVR) || (svm_type == NU_SVR); local
    [all...]
mlknearest.cpp 88 bool CvKNearest::is_regression() const { return regression; } function in class:CvKNearest
  /external/opencv/ml/include/
ml.h 286 const CvMat* _sample_idx=0, bool is_regression=false,
296 bool is_regression() const;
    [all...]

Completed in 30 milliseconds