#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 the most violatig pair (MVP) More... | |
void | reset () |
Working-Set-Selection-Kriteria anwendung: Kriterium krit; value=krit(problem,i,j);
Definition at line 40 of file SvmProblems.h.
|
inline |
Select the most violatig pair (MVP)
problem | the svm problem to select the working set for |
i | first working set component |
j | second working set component |
Definition at line 48 of file SvmProblems.h.
|
inline |
Definition at line 78 of file SvmProblems.h.