Searched defs:TreeParams (Results 1 – 3 of 3) sorted by relevance
123 struct TreeParams struct132 inline void setMaxCategories(int val) in setMaxCategories()138 inline void setMaxDepth(int val) in setMaxDepth()144 inline void setMinSampleCount(int val) in setMinSampleCount()148 inline void setCVFolds(int val) in setCVFolds()158 inline void setRegressionAccuracy(float val) in setRegressionAccuracy()165 inline int getMaxCategories() const { return maxCategories; } in getMaxCategories()166 inline int getMaxDepth() const { return maxDepth; } in getMaxDepth()167 inline int getMinSampleCount() const { return minSampleCount; } in getMinSampleCount()168 inline int getCVFolds() const { return CVFolds; } in getCVFolds()[all …]
51 TreeParams::TreeParams() in TreeParams() function in cv::ml::TreeParams64 TreeParams::TreeParams(int _maxDepth, int _minSampleCount, in TreeParams() function in cv::ml::TreeParams