[inline]
Definition at line 878 of file svm.cpp.
References Solver::Q, and Solver::Solve().
Referenced by solve_nu_svr().
00881 { 00882 this->si = si; 00883 Solver::Solve(l,Q,b,y,alpha,Cp,Cn,eps,si,shrinking); 00884 }
Here is the call graph for this function: