#include <shark/Models/LinearModel.h>
#include <shark/Algorithms/Trainers/AbstractWeightedTrainer.h>
#include <shark/Algorithms/GradientDescent/LBFGS.h>
#include <shark/ObjectiveFunctions/ErrorFunction.h>
#include <shark/ObjectiveFunctions/Loss/CrossEntropy.h>
#include <shark/ObjectiveFunctions/Regularizer.h>
#include <shark/ObjectiveFunctions/BoxConstraintHandler.h>
#include <cmath>
Go to the source code of this file.
Classes | |
class | shark::LogisticRegression< InputVectorType > |
Trainer for Logistic regression. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |