Home
last modified time | relevance | path

Searched refs:boost_type (Results 1 – 2 of 2) sorted by relevance

/external/opencv/ml/src/
Dmlboost.cpp56 boost_type = CvBoost::REAL; in CvBoostParams()
68 boost_type = _boost_type; in CvBoostParams()
256 int boost_type = ensemble->get_params().boost_type; in find_split_ord_class() local
268 split_criteria = boost_type == CvBoost::DISCRETE ? CvBoost::MISCLASS : CvBoost::GINI; in find_split_ord_class()
347 int boost_type = ensemble->get_params().boost_type; in CV_IMPLEMENT_QSORT_EX() local
373 split_criteria = boost_type == CvBoost::DISCRETE ? CvBoost::MISCLASS : CvBoost::GINI; in CV_IMPLEMENT_QSORT_EX()
706 int boost_type = ensemble->get_params().boost_type; in calc_node_value() local
723 if( boost_type == CvBoost::DISCRETE ) in calc_node_value()
732 assert( boost_type == CvBoost::REAL ); in calc_node_value()
879 if( params.boost_type != DISCRETE && params.boost_type != REAL && in set_params()
[all …]
/external/opencv/ml/include/
Dml.h1020 int boost_type; member
1026 CvBoostParams( int boost_type, int weak_count, double weight_trim_rate,