Home | History | Annotate | Download | only in src

Lines Matching refs:ensemble

84     ensemble = 0;
98 ensemble = 0;
107 ensemble = _ensemble;
170 double* weak_eval = ensemble->get_weak_response()->data.db;
185 const double* weights = ensemble->get_subtree_weights()->data.db;
249 const double* weights = ensemble->get_subtree_weights()->data.db;
256 int boost_type = ensemble->get_params().boost_type;
257 int split_criteria = ensemble->get_params().split_criteria;
341 const double* weights = ensemble->get_subtree_weights()->data.db;
347 int boost_type = ensemble->get_params().boost_type;
348 int split_criteria = ensemble->get_params().split_criteria;
445 const double* weights = ensemble->get_subtree_weights()->data.db;
493 const double* weights = ensemble->get_subtree_weights()->data.db;
575 const double* weights = ensemble->get_subtree_weights()->data.db;
641 const double* weights = ensemble->get_subtree_weights()->data.db;
702 const double* weights = ensemble->get_weights()->data.db;
704 double* subtree_weights = ensemble->get_subtree_weights()->data.db;
706 int boost_type = ensemble->get_params().boost_type;
726 // as the whole ensemble response is computes as sign(sum_i(weak_response_i)
776 ensemble = _ensemble;
1285 CV_ERROR( CV_StsError, "The boosted tree ensemble has not been trained yet" );