Home
last modified time | relevance | path

Searched refs:lb_weight_thresh (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/ml/src/
Dboost.cpp285 const double lb_weight_thresh = FLT_EPSILON; in updateWeightsAndTrim() local
293 double wval = std::max( p*(1 - p), lb_weight_thresh ), z; in updateWeightsAndTrim()
/external/opencv/ml/src/
Dmlboost.cpp1144 const double lb_weight_thresh = FLT_EPSILON; in update_weights() local
1164 w = MAX( w, lb_weight_thresh ); in update_weights()
/external/opencv3/apps/traincascade/
Dold_ml_boost.cpp1357 const double lb_weight_thresh = FLT_EPSILON; in update_weights() local
1379 w = MAX( w, lb_weight_thresh ); in update_weights()