Home
last modified time | relevance | path

Searched refs:getCatCount (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Dprecomp.hpp315 int getCatCount(int vi) const { return catOfs[vi][1] - catOfs[vi][0]; } in getCatCount() function in cv::ml::DTreesImpl
316 int getSubsetSize(int vi) const { return (getCatCount(vi) + 31)/32; } in getSubsetSize()
H A Dtree.cpp167 w->maxSubsetSize = std::max(w->maxSubsetSize, getCatCount(varIdx[i])); in startTraining()
816 int _mi = getCatCount(vi), mi = _mi; in findSplitCatClass()
1058 int mi = getCatCount(vi); in findSplitCatReg()
1149 int mi = getCatCount(vi); in calcDir()
1607 int i, n = getCatCount(vi), to_right = 0; in writeSplit()
H A Ddata.cpp201 int getCatCount(int vi) const CV_OVERRIDE in getCatCount() function in cv::ml::CV_FINAL
/dports/graphics/opencv/opencv-4.5.3/modules/ml/include/opencv2/
H A Dml.hpp209 CV_WRAP virtual int getCatCount(int vi) const = 0;