#include <shark/Algorithms/Trainers/AbstractSvmTrainer.h>
#include <shark/Algorithms/QP/QpMcDecomp.h>
#include <shark/Algorithms/QP/QpMcBoxDecomp.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::McSvmWWTrainer< InputType, CacheType > |
Training of the multi-category SVM by Weston and Watkins (WW). More... | |
class | shark::LinearMcSvmWWTrainer< InputType > |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |
Macros | |
#define | McSvmRDSTrainer McSvmWWTrainer |
#define | LinearMcSvmRDSTrainer LinearMcSvmWWTrainer |
#define LinearMcSvmRDSTrainer LinearMcSvmWWTrainer |
Definition at line 279 of file McSvmWWTrainer.h.
#define McSvmRDSTrainer McSvmWWTrainer |
Definition at line 278 of file McSvmWWTrainer.h.