#include <shark/ObjectiveFunctions/AbstractObjectiveFunction.h>
#include <shark/ObjectiveFunctions/Loss/ZeroOneLoss.h>
#include <shark/Algorithms/QP/BoxConstrainedProblems.h>
#include <shark/Algorithms/QP/SvmProblems.h>
#include <shark/LinAlg/CachedMatrix.h>
#include <shark/LinAlg/KernelMatrix.h>
#include <shark/Models/Kernels/KernelExpansion.h>
Go to the source code of this file.
Classes | |
class | shark::LooErrorCSvm< InputType, CacheType > |
Leave-one-out error, specifically optimized for C-SVMs. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |