#include <shark/Core/Flags.h>
#include <shark/Core/IParameterizable.h>
#include <shark/Core/INameable.h>
#include <shark/Core/State.h>
#include <shark/Core/Shape.h>
#include <shark/Core/Random.h>
#include <shark/Data/Dataset.h>
Go to the source code of this file.
Classes | |
class | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterType > |
Base class for all Models. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |
Functions | |
template<class InputType , class OutputType > | |
void | shark::initRandomNormal (AbstractModel< InputType, OutputType > &model, double s) |
Initialize model parameters normally distributed. More... | |
template<class InputType , class OutputType > | |
void | shark::initRandomUniform (AbstractModel< InputType, OutputType > &model, double lower, double upper) |
Initialize model parameters uniformly at random. More... | |