#include <shark/Algorithms/QP/SvmProblems.h>
Public Member Functions | |
HMGSelectionCriterion () | |
template<class Problem > | |
double | operator() (Problem &problem, std::size_t &i, std::size_t &j) |
Select a working set according to the hybrid maximum gain (HMG) algorithm. More... | |
void | reset () |
Definition at line 146 of file SvmProblems.h.
|
inline |
Definition at line 148 of file SvmProblems.h.
|
inline |
Select a working set according to the hybrid maximum gain (HMG) algorithm.
problem | the svm problem to select the working set for |
i | first working set component |
j | second working set component |
Definition at line 157 of file SvmProblems.h.
References shark::sqr(), and shark::swap().
|
inline |
Definition at line 190 of file SvmProblems.h.
References shark::blas::max(), and shark::blas::min().