#include <shark/Core/Flags.h>#include <shark/Core/IParameterizable.h>#include <shark/Core/INameable.h>#include <shark/Core/State.h>#include <shark/Rng/Normal.h>#include <shark/Data/Dataset.h>Go to the source code of this file.
Classes | |
| class | shark::AbstractModel< InputTypeT, OutputTypeT > |
| 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 l, double h) |
| Initialize model parameters uniformly at random. More... | |