#include <shark/Core/Timer.h>#include <shark/Algorithms/QP/QuadraticProgram.h>#include <shark/Data/Dataset.h>Go to the source code of this file.
Classes | |
| class | shark::GeneralQuadraticProblem< MatrixT > |
| Most gneral problem formualtion, needs to be configured by hand. More... | |
| class | shark::BoxedSVMProblem< MatrixT > |
| Boxed problem for alpha in [lower,upper]^n and equality constraints. More... | |
| class | shark::CSVMProblem< MatrixT > |
| Problem formulation for binary C-SVM problems. More... | |
| class | shark::QpSolver< Problem, SelectionStrategy > |
| Quadratic program solver. More... | |
Namespaces | |
| shark | |
| AbstractMultiObjectiveOptimizer. | |
Enumerations | |
| enum | shark::AlphaStatus { shark::AlphaFree = 0, shark::AlphaLowerBound = 1, shark::AlphaUpperBound = 2, shark::AlphaDeactivated = 3 } |