#include <shark/Models/AbstractModel.h>
#include <shark/ObjectiveFunctions/Loss/AbstractLoss.h>
#include <shark/ObjectiveFunctions/AbstractObjectiveFunction.h>
#include <shark/Data/Dataset.h>
#include <shark/Data/WeightedDataset.h>
#include "Impl/FunctionWrapperBase.h"
#include <boost/scoped_ptr.hpp>
#include "Impl/ErrorFunction.inl"
Go to the source code of this file.
Classes | |
class | shark::ErrorFunction |
Objective function for supervised learning. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |