[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 }