Searched refs:CVFolds (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/ml/ |
D | precomp.hpp | 128 int maxCategories, int CVFolds, 156 CVFolds = val; in setCVFolds() 168 inline int getCVFolds() const { return CVFolds; } in getCVFolds() 186 int CVFolds; member 282 CV_WRAP_SAME_PROPERTY(int, CVFolds, params)
|
/external/opencv3/modules/ml/src/ |
D | precomp.hpp | 128 int maxCategories, int CVFolds, 156 CVFolds = val; in setCVFolds() 168 inline int getCVFolds() const { return CVFolds; } in getCVFolds() 186 int CVFolds; member 282 CV_WRAP_SAME_PROPERTY(int, CVFolds, params)
|
D | rtrees.cpp | 368 CV_WRAP_SAME_PROPERTY(int, CVFolds, impl.params)
|
D | boost.cpp | 461 CV_WRAP_SAME_PROPERTY(int, CVFolds, impl.params)
|
D | tree.cpp | 58 CVFolds = 10; in TreeParams() 75 CVFolds = _CVFolds; in TreeParams()
|