Home
last modified time | relevance | path

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

/external/opencv3/modules/ml/src/
Dboost.cpp286 const double lb_z_max = 10.; in updateWeightsAndTrim() local
299 w->ord_responses[si] = std::min(z, lb_z_max); in updateWeightsAndTrim()
304 w->ord_responses[si] = -std::min(z, lb_z_max); in updateWeightsAndTrim()
/external/opencv/ml/src/
Dmlboost.cpp1145 const double lb_z_max = 10.; in update_weights() local
1170 responses[i] = (float)MIN(z, lb_z_max); in update_weights()
1175 responses[i] = (float)-MIN(z, lb_z_max); in update_weights()
/external/opencv3/apps/traincascade/
Dold_ml_boost.cpp1358 const double lb_z_max = 10.; in update_weights() local
1385 fdata[sample_idx[i]*step] = (float)MIN(z, lb_z_max); in update_weights()
1390 fdata[sample_idx[i]*step] = (float)-MIN(z, lb_z_max); in update_weights()