HomeSort by relevance Sort by last modified time
    Searched refs:use1SERule (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/ml/
precomp.hpp 129 bool use1SERule, bool truncatePrunedTree,
172 CV_IMPL_PROPERTY(bool, Use1SERule, use1SERule)
178 bool use1SERule;
284 CV_WRAP_SAME_PROPERTY(bool, Use1SERule, params)
  /external/opencv3/modules/ml/src/
precomp.hpp 129 bool use1SERule, bool truncatePrunedTree,
172 CV_IMPL_PROPERTY(bool, Use1SERule, use1SERule)
178 bool use1SERule;
284 CV_WRAP_SAME_PROPERTY(bool, Use1SERule, params)
rtrees.cpp 79 params.use1SERule = false;
370 CV_WRAP_SAME_PROPERTY(bool, Use1SERule, impl.params)
tree.cpp 59 use1SERule = true;
76 use1SERule = _use1SERule;
    [all...]

Completed in 458 milliseconds