Home
last modified time | relevance | path

Searched defs:PREDICT_MAX_VOTE (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/java/src/
Dml+DTrees.java19 PREDICT_MAX_VOTE = (2<<8), field in DTrees
/external/opencv3/modules/ml/include/opencv2/
Dml.hpp923 enum Flags { PREDICT_AUTO=0, PREDICT_SUM=(1<<8), PREDICT_MAX_VOTE=(2<<8), PREDICT_MASK=(3<<8) }; enumerator