Home
last modified time | relevance | path

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

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