Home
last modified time | relevance | path

Searched refs:boost_type (Results 1 – 6 of 6) 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/opencv3/apps/traincascade/
Dold_ml_boost.cpp56 boost_type = CvBoost::REAL; in CvBoostParams()
68 boost_type = _boost_type; in CvBoostParams()
276 int boost_type = ensemble->get_params().boost_type; in find_split_ord_class() local
288 split_criteria = boost_type == CvBoost::DISCRETE ? CvBoost::MISCLASS : CvBoost::GINI; in find_split_ord_class()
388 int boost_type = ensemble->get_params().boost_type; in find_split_cat_class() local
414 split_criteria = boost_type == CvBoost::DISCRETE ? CvBoost::MISCLASS : CvBoost::GINI; in find_split_cat_class()
804 int boost_type = ensemble->get_params().boost_type; in calc_node_value() local
827 if( boost_type == CvBoost::DISCRETE ) in calc_node_value()
836 assert( boost_type == CvBoost::REAL ); in calc_node_value()
992 if( params.boost_type != DISCRETE && params.boost_type != REAL && in set_params()
[all …]
Dboost.cpp222 boost_type = CvBoost::GENTLE; in CvCascadeBoostParams()
231 boost_type = CvBoost::GENTLE; in CvCascadeBoostParams()
239 string boostTypeStr = boost_type == CvBoost::DISCRETE ? CC_DISCRETE_BOOST : in write()
240 boost_type == CvBoost::REAL ? CC_REAL_BOOST : in write()
241 boost_type == CvBoost::LOGIT ? CC_LOGIT_BOOST : in write()
242 boost_type == CvBoost::GENTLE ? CC_GENTLE_BOOST : string(); in write()
257 boost_type = !boostTypeStr.compare( CC_DISCRETE_BOOST ) ? CvBoost::DISCRETE : in read()
261 if (boost_type == -1) in read()
292 string boostTypeStr = boost_type == CvBoost::DISCRETE ? CC_DISCRETE_BOOST : in printAttrs()
293 boost_type == CvBoost::REAL ? CC_REAL_BOOST : in printAttrs()
[all …]
Dold_ml.hpp1047 CV_PROP_RW int boost_type; member
1053 CvBoostParams( int boost_type, int weak_count, double weight_trim_rate,
/external/opencv/ml/include/
Dml.h1020 int boost_type; member
1026 CvBoostParams( int boost_type, int weak_count, double weight_trim_rate,
/external/opencv3/doc/tutorials/introduction/transition_guide/
Dtransition_guide.markdown131 CvBoostParams params( CvBoost::DISCRETE, // boost_type