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:
|