#include <shark/Algorithms/QP/QuadraticProgram.h>#include <shark/Algorithms/QP/QpSparseArray.h>#include <shark/Core/Timer.h>#include <shark/Data/Dataset.h>Go to the source code of this file.
Classes | |
| class | shark::QpMcDecomp< Matrix > |
| Quadratic program solver for multi class SVM problems. More... | |
| struct | shark::QpMcDecomp< Matrix >::tVariable |
| data structure describing one variable of the problem More... | |
| struct | shark::QpMcDecomp< Matrix >::tExample |
| data structure describing one training example More... | |
Namespaces | |
| shark | |
| AbstractMultiObjectiveOptimizer. | |
Macros | |
| #define | ITERATIONS_BETWEEN_SHRINKING 1000 |
| #define | GRADIENT_UPDATE(r, from, to, mu, q) |
| #define | GAIN_SELECTION_BOX(qif) |
| #define | GAIN_SELECTION_TRIANGLE(qif) |
| #define GAIN_SELECTION_BOX | ( | qif | ) |
Definition at line 82 of file QpMcDecomp.h.
Referenced by shark::QpMcDecomp< Matrix >::selectWorkingSet().
| #define GAIN_SELECTION_TRIANGLE | ( | qif | ) |
Definition at line 115 of file QpMcDecomp.h.
Referenced by shark::QpMcDecomp< Matrix >::selectWorkingSet().
| #define GRADIENT_UPDATE | ( | r, | |
| from, | |||
| to, | |||
| mu, | |||
| q | |||
| ) |
Definition at line 52 of file QpMcDecomp.h.
Referenced by shark::QpMcDecomp< Matrix >::solve(), and shark::QpMcDecomp< Matrix >::solveSMO().
| #define ITERATIONS_BETWEEN_SHRINKING 1000 |
Definition at line 49 of file QpMcDecomp.h.
Referenced by shark::QpMcDecomp< Matrix >::solve(), and shark::QpMcDecomp< Matrix >::solveSMO().