AbstractModel() | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inline |
addModel(ModelType const &model, double weight=1.0) | shark::MeanModel< ModelType > | inline |
BatchInputType typedef | shark::MeanModel< ModelType > | |
BatchOutputType typedef | shark::MeanModel< ModelType > | |
BOOST_SERIALIZATION_SPLIT_MEMBER() | shark::ISerializable | |
clearModels() | shark::MeanModel< ModelType > | inline |
createState() const | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inlinevirtual |
eval(BatchInputType const &patterns, BatchOutputType &outputs) const | shark::MeanModel< ModelType > | inlinevirtual |
eval(BatchInputType const &patterns, BatchOutputType &outputs, State &state) const | shark::MeanModel< ModelType > | inlinevirtual |
AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType >::eval(InputType const &pattern, OutputType &output) const | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inlinevirtual |
Feature enum name | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | |
FeatureNotAvailableException typedef | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | |
features() const | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inline |
Features typedef | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | |
getModel(std::size_t index) const | shark::MeanModel< ModelType > | inline |
HAS_FIRST_INPUT_DERIVATIVE enum value | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | |
HAS_FIRST_PARAMETER_DERIVATIVE enum value | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | |
hasFirstInputDerivative() const | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inline |
hasFirstParameterDerivative() const | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inline |
inputShape() const | shark::MeanModel< ModelType > | inlinevirtual |
InputType typedef | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | |
load(InArchive &archive, unsigned int version) | shark::ISerializable | inline |
m_features | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | protected |
m_models | shark::MeanModel< ModelType > | protected |
m_outputDim | shark::MeanModel< ModelType > | protected |
m_weight | shark::MeanModel< ModelType > | protected |
m_weightSum | shark::MeanModel< ModelType > | protected |
MeanModel() | shark::MeanModel< ModelType > | inline |
name() const | shark::MeanModel< ModelType > | inlinevirtual |
numberOfModels() const | shark::MeanModel< ModelType > | inline |
numberOfParameters() const | shark::IParameterizable< ModelType::ParameterVectorType > | inlinevirtual |
operator()(Data< InputType > const &patterns) const | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inline |
operator()(InputType const &pattern) const | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inline |
operator()(BatchInputType const &patterns) const | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inline |
outputShape() const | shark::MeanModel< ModelType > | inlinevirtual |
outputSize() const | shark::MeanModel< ModelType > | inline |
OutputType typedef | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | |
parameterVector() const | shark::MeanModel< ModelType > | inlinevirtual |
ParameterVectorType typedef | shark::MeanModel< ModelType > | |
read(InArchive &archive) | shark::MeanModel< ModelType > | inlinevirtual |
save(OutArchive &archive, unsigned int version) const | shark::ISerializable | inline |
setOutputSize(std::size_t dim) | shark::MeanModel< ModelType > | inline |
setParameterVector(ParameterVectorType const ¶m) | shark::MeanModel< ModelType > | inline |
AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType >::setParameterVector(ParameterVectorType const &newParameters) | shark::IParameterizable< ModelType::ParameterVectorType > | inlinevirtual |
setWeight(std::size_t i, double newWeight) | shark::MeanModel< ModelType > | inline |
updateFeatures() | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inlinevirtual |
weight(std::size_t i) const | shark::MeanModel< ModelType > | inline |
weightedDerivatives(BatchInputType const &patterns, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, RealVector ¶meterDerivative, BatchInputType &inputDerivative) const | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inlinevirtual |
weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, BatchInputType &derivative) const | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inlinevirtual |
weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, RealVector &derivative) const | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inlinevirtual |
write(OutArchive &archive) const | shark::MeanModel< ModelType > | inlinevirtual |
~AbstractModel() | shark::AbstractModel< ModelType::InputType, RealVector, ModelType::ParameterVectorType > | inlinevirtual |
~INameable() | shark::INameable | inlinevirtual |
~IParameterizable() | shark::IParameterizable< ModelType::ParameterVectorType > | inlinevirtual |
~ISerializable() | shark::ISerializable | inlinevirtual |