Searched refs:boost_type (Results 1 – 2 of 2) 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 …]
1020 int boost_type; member1026 CvBoostParams( int boost_type, int weak_count, double weight_trim_rate,