#include <shark/Algorithms/Trainers/AbstractSvmTrainer.h>
#include <shark/Algorithms/Trainers/AbstractWeightedTrainer.h>
#include <shark/Algorithms/QP/BoxConstrainedProblems.h>
#include <shark/Algorithms/QP/SvmProblems.h>
#include <shark/Algorithms/QP/QpBoxLinear.h>
#include <shark/LinAlg/CachedMatrix.h>
#include <shark/LinAlg/GaussianKernelMatrix.h>
#include <shark/LinAlg/KernelMatrix.h>
#include <shark/LinAlg/PrecomputedMatrix.h>
#include <shark/LinAlg/RegularizedKernelMatrix.h>
#include <shark/Models/Kernels/GaussianRbfKernel.h>
#include <shark/Algorithms/QP/QpMcSimplexDecomp.h>
#include <shark/Algorithms/QP/QpMcBoxDecomp.h>
#include <shark/Algorithms/QP/QpMcLinear.h>
Go to the source code of this file.
Classes | |
class | shark::CSvmTrainer< InputType, CacheType > |
Training of C-SVMs for binary classification. More... | |
class | shark::LinearCSvmTrainer< InputType > |
class | shark::SquaredHingeCSvmTrainer< InputType, CacheType > |
class | shark::SquaredHingeLinearCSvmTrainer< InputType > |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |