#include <shark/Data/CVDatasetTools.h>
#include <shark/Models/Kernels/CSvmDerivative.h>
#include <shark/Algorithms/Trainers/CSvmTrainer.h>
#include <shark/ObjectiveFunctions/AbstractObjectiveFunction.h>
#include <shark/ObjectiveFunctions/ErrorFunction.h>
#include <shark/ObjectiveFunctions/Loss/CrossEntropy.h>
#include <shark/Algorithms/GradientDescent/BFGS.h>
Go to the source code of this file.
Classes | |
class | shark::SvmLogisticInterpretation< InputType > |
Maximum-likelihood model selection score for binary support vector machines. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |