Searched refs:CVFolds (Results 1 - 5 of 5) sorted by relevance
/external/opencv3/modules/ml/ |
H A D | 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; member in struct:cv::ml::TreeParams 282 CV_WRAP_SAME_PROPERTY(int, CVFolds, params)
|
/external/opencv3/modules/ml/src/ |
H A D | 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; member in struct:cv::ml::TreeParams 282 CV_WRAP_SAME_PROPERTY(int, CVFolds, params)
|
H A D | boost.cpp | 461 CV_WRAP_SAME_PROPERTY(int, CVFolds, impl.params)
|
H A D | rtrees.cpp | 368 CV_WRAP_SAME_PROPERTY(int, CVFolds, impl.params)
|
H A D | tree.cpp | 58 CVFolds = 10; 75 CVFolds = _CVFolds;
|
Completed in 90 milliseconds