Home
last modified time | relevance | path

Searched refs:getCVFolds (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/java/src/
Dml+DTrees.java112 public int getCVFolds() in getCVFolds() method in DTrees
Dml.cpp3142 int _retval_ = (*me)->getCVFolds( ); in Java_org_opencv_ml_DTrees_getCVFolds_10()
/external/opencv3/modules/ml/src/
Dtree.cpp249 int cv_n = params.getCVFolds(); in addTree()
359 int nfolds = params.getCVFolds(); in addNodeAndTrySplit()
467 int i, j, k, n = (int)_sidx.size(), cv_n = params.getCVFolds(); in calcValue()
1202 int ti, tree_count = 0, j, cv_n = params.getCVFolds(), n = w->wnodes[root].sample_count; in pruneCV()
1268 int nidx = root, pidx = -1, cv_n = params.getCVFolds(); in updateTreeRNC()
1324 int cv_n = params.getCVFolds(), nidx = root, pidx = -1; in cutTree()
1540 fs << "cross_validation_folds" << params.getCVFolds(); in writeTrainingParams()
1542 if( params.getCVFolds() > 1 ) in writeTrainingParams()
1709 if( params0.getCVFolds() > 1 ) in readParams()
Dprecomp.hpp168 inline int getCVFolds() const { return CVFolds; } in getCVFolds() function
/external/opencv3/modules/ml/
Dprecomp.hpp168 inline int getCVFolds() const { return CVFolds; } in getCVFolds() function
/external/opencv3/modules/ml/include/opencv2/
Dml.hpp963 CV_WRAP virtual int getCVFolds() const = 0;