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

  /external/opencv3/modules/ml/
precomp.hpp 128 int maxCategories, int CVFolds,
152 "params.CVFolds should be =0 (the tree is not pruned) "
156 CVFolds = val;
168 inline int getCVFolds() const { return CVFolds; }
186 int CVFolds;
282 CV_WRAP_SAME_PROPERTY(int, CVFolds, params)
  /external/opencv3/modules/ml/src/
precomp.hpp 128 int maxCategories, int CVFolds,
152 "params.CVFolds should be =0 (the tree is not pruned) "
156 CVFolds = val;
168 inline int getCVFolds() const { return CVFolds; }
186 int CVFolds;
282 CV_WRAP_SAME_PROPERTY(int, CVFolds, params)
boost.cpp 461 CV_WRAP_SAME_PROPERTY(int, CVFolds, impl.params)
rtrees.cpp 368 CV_WRAP_SAME_PROPERTY(int, CVFolds, impl.params)
tree.cpp 58 CVFolds = 10;
75 CVFolds = _CVFolds;
    [all...]

Completed in 435 milliseconds