#include <shark/Data/CVDatasetTools.h>
#include <shark/Models/Kernels/CSvmDerivative.h>
#include <shark/Algorithms/Trainers/SigmoidFit.h>
#include <shark/Algorithms/Trainers/CSvmTrainer.h>
#include <shark/ObjectiveFunctions/AbstractObjectiveFunction.h>
#include <shark/ObjectiveFunctions/ErrorFunction.h>
#include <boost/math/special_functions/log1p.hpp>
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. | |