Home
last modified time | relevance | path

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

/external/opencv3/modules/ml/src/
Dsvm.cpp630 #undef is_lower_bound
631 #define is_lower_bound(i) (alpha_status[i] < 0) macro
668 if( !is_lower_bound(i) ) in solve_generic()
826 if( !is_lower_bound(i) && (t = G[i]) > Gmax2 ) // d = -1 in select_working_set()
839 if( !is_lower_bound(i) && (t = G[i]) > Gmax1 ) // d = -1 in select_working_set()
865 if( is_lower_bound(i) ) in calc_rho()
922 if( !is_lower_bound(i) && (t = G[i]) > Gmax2 ) // d = -1 in select_working_set_nu_svm()
935 if( !is_lower_bound(i) && (t = G[i]) > Gmax4 ) // d = -1 in select_working_set_nu_svm()
975 if( is_lower_bound(i) ) in calc_rho_nu_svm()
987 if( is_lower_bound(i) ) in calc_rho_nu_svm()
/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()