Lines Matching refs:ensemble
84 ensemble = 0; in CvBoostTree()
98 ensemble = 0; in clear()
107 ensemble = _ensemble; in train()
170 double* weak_eval = ensemble->get_weak_response()->data.db; in try_split_node()
185 const double* weights = ensemble->get_subtree_weights()->data.db; in calc_node_dir()
249 const double* weights = ensemble->get_subtree_weights()->data.db; in find_split_ord_class()
256 int boost_type = ensemble->get_params().boost_type; in find_split_ord_class()
257 int split_criteria = ensemble->get_params().split_criteria; in find_split_ord_class()
341 const double* weights = ensemble->get_subtree_weights()->data.db; in CV_IMPLEMENT_QSORT_EX()
347 int boost_type = ensemble->get_params().boost_type; in CV_IMPLEMENT_QSORT_EX()
348 int split_criteria = ensemble->get_params().split_criteria; in CV_IMPLEMENT_QSORT_EX()
445 const double* weights = ensemble->get_subtree_weights()->data.db; in find_split_ord_reg()
493 const double* weights = ensemble->get_subtree_weights()->data.db; in find_split_cat_reg()
575 const double* weights = ensemble->get_subtree_weights()->data.db; in find_surrogate_split_ord()
641 const double* weights = ensemble->get_subtree_weights()->data.db; in find_surrogate_split_cat()
702 const double* weights = ensemble->get_weights()->data.db; in calc_node_value()
704 double* subtree_weights = ensemble->get_subtree_weights()->data.db; in calc_node_value()
706 int boost_type = ensemble->get_params().boost_type; in calc_node_value()
776 ensemble = _ensemble; in read()