[inline, virtual]
Reimplemented from Kernel.
Definition at line 1208 of file svm.cpp.
References index, sign, and swap().
01209 { 01210 std::swap(sign[i],sign[j]); 01211 std::swap(index[i],index[j]); 01212 }
Here is the call graph for this function: