OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:have_labels
(Results
1 - 2
of
2
) sorted by null
/external/opencv/ml/src/
mltree.cpp
259
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;
[
all
...]
/external/opencv/ml/include/
ml.h
793
bool
have_labels
, have_priors;
member in struct:CvDTreeTrainData
[
all
...]
Completed in 60 milliseconds