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

virtual void Kernel::swap_index ( int  i,
int  j 
) const [inline, virtual]

Reimplemented in SVC_Q, ONE_CLASS_Q, and SVR_Q.

Definition at line 182 of file svm.cpp.

References swap(), x, and x_square.

Referenced by ONE_CLASS_Q::swap_index(), SVC_Q::swap_index(), and Solver::swap_index().

00183         {
00184                 std::swap(x[i],x[j]);
00185                 if(x_square) std::swap(x_square[i],x_square[j]);
00186         }

Here is the call graph for this function:


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