Searched refs:have_labels (Results 1 - 5 of 5) sorted by relevance

/external/opencv/ml/src/
H A Dmltree.cpp259 have_labels = cv_n > 0 || ord_var_count == 1 && cat_var_count == 0 || _add_labels;
929 have_labels = have_priors = is_classifier = false;
954 return var_count + 1 + (have_labels ? 1 : 0);
980 return have_labels ? get_cat_var_data( n, var_count + 1 ) : 0;
/external/opencv3/apps/traincascade/
H A Dold_ml_tree.cpp299 have_labels = cv_n > 0 || (ord_var_count == 1 && cat_var_count == 0) || _add_labels;
302 + (have_labels ? 1 : 0); // for cv_labels
1162 have_labels = have_priors = is_classifier = false;
1258 if (have_labels)
H A Dboost.cpp574 have_labels = true;
H A Dold_ml.hpp710 bool have_labels, have_priors; member in struct:CvDTreeTrainData
/external/opencv/ml/include/
H A Dml.h793 bool have_labels, have_priors; member in struct:CvDTreeTrainData

Completed in 72 milliseconds