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

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

Reimplemented from Kernel.

Definition at line 1134 of file svm.cpp.

References cache, swap(), Kernel::swap_index(), Cache::swap_index(), and y.

01135         {
01136                 cache->swap_index(i,j);
01137                 Kernel::swap_index(i,j);
01138                 std::swap(y[i],y[j]);
01139         }

Here is the call graph for this function:


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