Home
last modified time | relevance | path

Searched refs:is_regression (Results 1 – 6 of 6) sorted by relevance

/external/opencv/ml/src/
Dmlestimate.cpp201 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;
Dmlsvm.cpp1728 const bool is_regression = (svm_type == EPS_SVR) || (svm_type == NU_SVR); in train_auto() local
1749 if( is_regression ) in train_auto()
1816 error += is_regression ? powf( resp - *(float*)true_resp, 2 ) in train_auto()
2473 int is_regression;
2616 is_regression = cv_params->is_regression;
2617 best_rate = is_regression ? FLT_MAX : 0;
2651 well = rate > best_rate && !is_regression || rate < best_rate && is_regression;
Dmlknearest.cpp88 bool CvKNearest::is_regression() const { return regression; } in is_regression() function in CvKNearest
/external/opencv/ml/include/
Dml.h286 const CvMat* _sample_idx=0, bool is_regression=false,
296 bool is_regression() const;
1463 int is_regression; \
1478 int is_regression; \
/external/opencv3/modules/ml/src/
Dgbt.cpp179 bool is_regression = problem_type();
224 if (!is_regression)
306 if (is_regression) base_value = find_optimal_value(sample_idx);
/external/opencv3/apps/traincascade/
Dold_ml.hpp246 const CvMat* sampleIdx=0, bool is_regression=false,
269 bool is_regression() const;