HomeSort by relevance Sort by last modified time
    Searched refs:getCatCount (Results 1 - 8 of 8) sorted by null

  /external/opencv3/modules/ml/
precomp.hpp 297 int getCatCount(int vi) const { return catOfs[vi][1] - catOfs[vi][0]; }
298 int getSubsetSize(int vi) const { return (getCatCount(vi) + 31)/32; }
  /external/opencv3/modules/ml/src/
precomp.hpp 297 int getCatCount(int vi) const { return catOfs[vi][1] - catOfs[vi][0]; }
298 int getSubsetSize(int vi) const { return (getCatCount(vi) + 31)/32; }
tree.cpp 163 w->maxSubsetSize = std::max(w->maxSubsetSize, getCatCount(varIdx[i]));
810 int _mi = getCatCount(vi), mi = _mi;
1052 int mi = getCatCount(vi);
    [all...]
data.cpp 196 int getCatCount(int vi) const
    [all...]
  /external/opencv3/modules/java/src/
ml+TrainData.java 391 // C++: int getCatCount(int vi)
394 //javadoc: TrainData::getCatCount(vi)
395 public int getCatCount(int vi)
613 // C++: int getCatCount(int vi)
ml.cpp     [all...]
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp 200 CV_WRAP virtual int getCatCount(int vi) const = 0;
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 62 milliseconds