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

void Solver_NU::Solve ( int  l,
const Kernel Q,
const double *  b,
const schar y,
double *  alpha,
double  Cp,
double  Cn,
double  eps,
SolutionInfo *  si,
int  shrinking 
) [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:


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