HomeSort by relevance Sort by last modified time
    Searched defs:CVFolds (Results 1 - 2 of 2) 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)

Completed in 318 milliseconds