#include <shark/Algorithms/Trainers/AbstractSvmTrainer.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::McSvmLLWTrainer< InputType, CacheType > |
Training of the multi-category SVM by Lee, Lin and Wahba (LLW). More... | |
class | shark::LinearMcSvmLLWTrainer< InputType > |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |
Macros | |
#define | McSvmADSTrainer McSvmLLWTrainer |
#define | LinearMcSvmADSTrainer LinearMcSvmLLWTrainer |
#define LinearMcSvmADSTrainer LinearMcSvmLLWTrainer |
Definition at line 252 of file McSvmLLWTrainer.h.
#define McSvmADSTrainer McSvmLLWTrainer |
Definition at line 251 of file McSvmLLWTrainer.h.