Searched refs:boost_type (Results 1 – 6 of 6) sorted by relevance
56 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() local268 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() local373 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() local723 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 …]
56 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() local288 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() local414 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() local827 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 …]
222 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 …]
1047 CV_PROP_RW int boost_type; member1053 CvBoostParams( int boost_type, int weak_count, double weight_trim_rate,
1020 int boost_type; member1026 CvBoostParams( int boost_type, int weak_count, double weight_trim_rate,
131 CvBoostParams params( CvBoost::DISCRETE, // boost_type