Home
last modified time | relevance | path

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

/external/opencv/ml/src/
Dmlsvm.cpp578 #undef is_lower_bound
579 #define is_lower_bound(i) (alpha_status[i] < 0) macro
611 if( !is_lower_bound(i) ) in solve_generic()
769 if( !is_lower_bound(i) && (t = G[i]) > Gmax2 ) // d = -1 in select_working_set()
782 if( !is_lower_bound(i) && (t = G[i]) > Gmax1 ) // d = -1 in select_working_set()
807 if( is_lower_bound(i) ) in calc_rho()
864 if( !is_lower_bound(i) && (t = G[i]) > Gmax2 ) // d = -1 in select_working_set_nu_svm()
877 if( !is_lower_bound(i) && (t = G[i]) > Gmax4 ) // d = -1 in select_working_set_nu_svm()
918 if( is_lower_bound(i) ) in calc_rho_nu_svm()
930 if( is_lower_bound(i) ) in calc_rho_nu_svm()