OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREDICT_SUM
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/java/src/
ml+DTrees.java
18
PREDICT_SUM
= (1<<8),
/external/opencv3/modules/ml/src/
boost.cpp
211
int predictFlags = bparams.boostType == Boost::DISCRETE ? (PREDICT_MAX_VOTE | RAW_OUTPUT) :
PREDICT_SUM
;
361
int flags = (flags0 & ~PREDICT_MASK) |
PREDICT_SUM
;
rtrees.cpp
150
int predictFlags = _isClassifier ? (PREDICT_MAX_VOTE + RAW_OUTPUT) :
PREDICT_SUM
;
tree.cpp
[
all
...]
/external/opencv3/modules/ml/test/
test_save_load.cpp
217
model->predict(input, output, StatModel::RAW_OUTPUT | (isTree ? DTrees::
PREDICT_SUM
: 0));
/external/opencv3/modules/ml/include/opencv2/
ml.hpp
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 67 milliseconds