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

  /external/opencv3/modules/java/src/
ml+DTrees.java 19 PREDICT_MAX_VOTE = (2<<8),
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp     [all...]
  /external/opencv3/modules/ml/src/
boost.cpp 211 int predictFlags = bparams.boostType == Boost::DISCRETE ? (PREDICT_MAX_VOTE | RAW_OUTPUT) : PREDICT_SUM;
rtrees.cpp 150 int predictFlags = _isClassifier ? (PREDICT_MAX_VOTE + RAW_OUTPUT) : PREDICT_SUM;
tree.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 56 milliseconds