HomeSort by relevance Sort by last modified time
    Searched refs:ensemble (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/src/
mlboost.cpp 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
    [all...]
  /external/opencv/ml/include/
ml.h 1072 CvBoost* ensemble; member in class:CvBoostTree
    [all...]

Completed in 198 milliseconds