OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DISCRETE
(Results
1 - 2
of
2
) sorted by null
/external/opencv/ml/src/
mlboost.cpp
268
split_criteria = boost_type == CvBoost::
DISCRETE
? CvBoost::MISCLASS : CvBoost::GINI;
373
split_criteria = boost_type == CvBoost::
DISCRETE
? CvBoost::MISCLASS : CvBoost::GINI;
723
if( boost_type == CvBoost::
DISCRETE
)
879
if( params.boost_type !=
DISCRETE
&& params.boost_type != REAL &&
889
if( params.boost_type ==
DISCRETE
&&
1080
if( params.boost_type ==
DISCRETE
)
1082
//
Discrete
AdaBoost:
[
all
...]
/external/opencv/ml/include/
ml.h
[
all
...]
Completed in 51 milliseconds