Searched refs:CVFolds (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/modules/ml/
H A Dprecomp.hpp128 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; member in struct:cv::ml::TreeParams
282 CV_WRAP_SAME_PROPERTY(int, CVFolds, params)
/external/opencv3/modules/ml/src/
H A Dprecomp.hpp128 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; member in struct:cv::ml::TreeParams
282 CV_WRAP_SAME_PROPERTY(int, CVFolds, params)
H A Dboost.cpp461 CV_WRAP_SAME_PROPERTY(int, CVFolds, impl.params)
H A Drtrees.cpp368 CV_WRAP_SAME_PROPERTY(int, CVFolds, impl.params)
H A Dtree.cpp58 CVFolds = 10;
75 CVFolds = _CVFolds;

Completed in 90 milliseconds