Searched defs:is_upper_bound (Results 1 - 1 of 1) sorted by relevance

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

Completed in 114 milliseconds