Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

double Solver::get_C ( int  i  )  [inline, protected]

Definition at line 387 of file svm.cpp.

References Cn, Cp, and y.

Referenced by Solve(), and update_alpha_status().

00388         {
00389                 return (y[i] > 0)? Cp : Cn;
00390         }


Generated on Fri Mar 19 10:32:35 2010 for ImpalaSrc by  doxygen 1.5.1