HomeSort by relevance Sort by last modified time
    Searched full:truncate_pruned_tree (Results 1 - 5 of 5) sorted by null

  /external/opencv/ml/include/
ml.h 713 bool truncate_pruned_tree; member in struct:CvDTreeParams
719 truncate_pruned_tree(true), regression_accuracy(0.01f), priors(0)
730 truncate_pruned_tree(_truncate_pruned_tree),
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_tree.cpp     [all...]
boost.cpp 223 use_surrogates = use_1se_rule = truncate_pruned_tree = false;
234 use_surrogates = use_1se_rule = truncate_pruned_tree = false;
    [all...]
old_ml.hpp 638 CV_PROP_RW bool truncate_pruned_tree; member in struct:CvDTreeParams
646 bool use_1se_rule, bool truncate_pruned_tree,
    [all...]
  /external/opencv/ml/src/
mltree.cpp     [all...]

Completed in 656 milliseconds