HomeSort by relevance Sort by last modified time
    Searched full:is_upper_bound (Results 1 - 1 of 1) sorted by null

  /external/opencv/ml/src/
mlsvm.cpp 575 #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) )
    [all...]

Completed in 219 milliseconds