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

  /external/opencv3/modules/ml/
precomp.hpp 129 bool use1SERule, bool truncatePrunedTree,
173 CV_IMPL_PROPERTY(bool, TruncatePrunedTree, truncatePrunedTree)
179 bool truncatePrunedTree;
285 CV_WRAP_SAME_PROPERTY(bool, TruncatePrunedTree, params)
  /external/opencv3/modules/ml/src/
precomp.hpp 129 bool use1SERule, bool truncatePrunedTree,
173 CV_IMPL_PROPERTY(bool, TruncatePrunedTree, truncatePrunedTree)
179 bool truncatePrunedTree;
285 CV_WRAP_SAME_PROPERTY(bool, TruncatePrunedTree, params)
rtrees.cpp 80 params.truncatePrunedTree = false;
371 CV_WRAP_SAME_PROPERTY(bool, TruncatePrunedTree, impl.params)
boost.cpp 464 CV_WRAP_SAME_PROPERTY(bool, TruncatePrunedTree, impl.params)
tree.cpp 60 truncatePrunedTree = true;
77 truncatePrunedTree = _truncatePrunedTree;
    [all...]

Completed in 62 milliseconds