#include <shark/Algorithms/Trainers/AbstractSvmTrainer.h>
#include <shark/Algorithms/QP/QpMcSimplexDecomp.h>
#include <shark/Algorithms/QP/QpMcLinear.h>
#include <shark/LinAlg/KernelMatrix.h>
#include <shark/LinAlg/PrecomputedMatrix.h>
#include <shark/LinAlg/CachedMatrix.h>
Go to the source code of this file.
Classes | |
class | shark::McSvmCSTrainer< InputType, CacheType > |
Training of the multi-category SVM by Crammer and Singer (CS). More... | |
class | shark::LinearMcSvmCSTrainer< InputType > |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |
Macros | |
#define | McSvmRDMTrainer McSvmCSTrainer |
#define | LinearMcSvmRDMTrainer LinearMcSvmCSTrainer |
#define LinearMcSvmRDMTrainer LinearMcSvmCSTrainer |
Definition at line 275 of file McSvmCSTrainer.h.
#define McSvmRDMTrainer McSvmCSTrainer |
Definition at line 274 of file McSvmCSTrainer.h.