getCatCount       200 modules/ml/include/opencv2/ml.hpp     CV_WRAP virtual int getCatCount(int vi) const = 0;
getCatCount       298 modules/ml/src/precomp.hpp         int getSubsetSize(int vi) const { return (getCatCount(vi) + 31)/32; }
getCatCount       163 modules/ml/src/tree.cpp         w->maxSubsetSize = std::max(w->maxSubsetSize, getCatCount(varIdx[i]));
getCatCount       810 modules/ml/src/tree.cpp     int _mi = getCatCount(vi), mi = _mi;
getCatCount      1052 modules/ml/src/tree.cpp     int mi = getCatCount(vi);
getCatCount      1143 modules/ml/src/tree.cpp     int mi = getCatCount(vi);
getCatCount      1600 modules/ml/src/tree.cpp         int i, n = getCatCount(vi), to_right = 0;