Searched refs:is_regression (Results 1 - 4 of 4) sorted by relevance

/external/opencv/ml/src/
H A 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;
H A Dmlsvm.cpp1728 const bool is_regression = (svm_type == EPS_SVR) || (svm_type == NU_SVR); local
1749 if( is_regression )
1816 error += is_regression ? powf( resp - *(float*)true_resp, 2 )
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;
H A Dmlknearest.cpp88 bool CvKNearest::is_regression() const { return regression; } function in class:CvKNearest
/external/opencv/ml/include/
H A Dml.h286 const CvMat* _sample_idx=0, bool is_regression=false,
296 bool is_regression() const;
1463 int is_regression; \
1478 int is_regression; \

Completed in 63 milliseconds