#include <shark/Algorithms/QP/SvmProblems.h>
Public Member Functions | |
template<class Problem > | |
double | operator() (Problem &problem, std::size_t &i, std::size_t &j) |
Select a working set according to the second order algorithm of LIBSVM 2.8. More... | |
void | reset () |
Definition at line 82 of file SvmProblems.h.
|
inline |
Select a working set according to the second order algorithm of LIBSVM 2.8.
problem | the svm problem to select the working set for |
i | first working set component |
j | second working set component |
Definition at line 91 of file SvmProblems.h.
References shark::blas::min().
|
inline |
Definition at line 143 of file SvmProblems.h.