Searched refs:Gmax3 (Results 1 - 2 of 2) sorted by relevance

/external/opencv/ml/src/
H A Dmlsvm.cpp845 double Gmax3 = -DBL_MAX; // max { -grad(f)_i * d | y_i = -1, d = +1 } local
872 if( !is_upper_bound(i) && (t = -G[i]) > Gmax3 ) // d = +1
874 Gmax3 = t;
885 if( MAX(Gmax1 + Gmax2, Gmax3 + Gmax4) < eps )
888 if( Gmax1 + Gmax2 > Gmax3 + Gmax4 )
/external/opencv3/modules/ml/src/
H A Dsvm.cpp901 double Gmax3 = -DBL_MAX; // max { -grad(f)_i * d | y_i = -1, d = +1 } local
930 if( !is_upper_bound(i) && (t = -G[i]) > Gmax3 ) // d = +1
932 Gmax3 = t;
943 if( MAX(Gmax1 + Gmax2, Gmax3 + Gmax4) < eps )
946 if( Gmax1 + Gmax2 > Gmax3 + Gmax4 )

Completed in 76 milliseconds