#include <shark/Algorithms/Trainers/AbstractWeightedTrainer.h>
#include <shark/Core/IParameterizable.h>
#include <shark/Models/LinearModel.h>
#include <shark/ObjectiveFunctions/Loss/AbstractLoss.h>
#include <shark/Statistics/Distributions/MultiNomialDistribution.h>
#include <shark/Data/DataView.h>
Go to the source code of this file.
Classes | |
class | shark::LinearSAGTrainer< InputType, LabelType > |
Stochastic Average Gradient Method for training of linear models,. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |