HomeSort by relevance Sort by last modified time
    Searched refs:Gmax4 (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/src/
mlsvm.cpp 848 double Gmax4 = -DBL_MAX; // max { -grad(f)_i * d | y_i = -1, d = -1 }
877 if( !is_lower_bound(i) && (t = G[i]) > Gmax4 ) // d = -1
879 Gmax4 = t;
885 if( MAX(Gmax1 + Gmax2, Gmax3 + Gmax4) < eps )
888 if( Gmax1 + Gmax2 > Gmax3 + Gmax4 )
    [all...]
  /external/opencv3/modules/ml/src/
svm.cpp 904 double Gmax4 = -DBL_MAX; // max { -grad(f)_i * d | y_i = -1, d = -1 }
935 if( !is_lower_bound(i) && (t = G[i]) > Gmax4 ) // d = -1
937 Gmax4 = t;
943 if( MAX(Gmax1 + Gmax2, Gmax3 + Gmax4) < eps )
946 if( Gmax1 + Gmax2 > Gmax3 + Gmax4 )
    [all...]

Completed in 51 milliseconds