Home
last modified time | relevance | path

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

/external/opencv/ml/src/
Dmlsvm.cpp575 #undef is_upper_bound
576 #define is_upper_bound(i) (alpha_status[i] > 0) macro
764 if( !is_upper_bound(i) && (t = -G[i]) > Gmax1 ) // d = +1 in select_working_set()
777 if( !is_upper_bound(i) && (t = -G[i]) > Gmax2 ) // d = +1 in select_working_set()
814 else if( is_upper_bound(i) ) in calc_rho()
859 if( !is_upper_bound(i) && (t = -G[i]) > Gmax1 ) // d = +1 in select_working_set_nu_svm()
872 if( !is_upper_bound(i) && (t = -G[i]) > Gmax3 ) // d = +1 in select_working_set_nu_svm()
920 else if( is_upper_bound(i) ) in calc_rho_nu_svm()
932 else if( is_upper_bound(i) ) in calc_rho_nu_svm()