AbstractModel() | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | inline |
activationFunction() const | shark::LinearModel< InputType, ActivationFunction > | inline |
activationFunction() | shark::LinearModel< InputType, ActivationFunction > | inline |
BatchInputType typedef | shark::LinearModel< InputType, ActivationFunction > | |
BatchOutputType typedef | shark::LinearModel< InputType, ActivationFunction > | |
BOOST_SERIALIZATION_SPLIT_MEMBER() | shark::ISerializable | |
createState() const | shark::LinearModel< InputType, ActivationFunction > | inlinevirtual |
eval(BatchInputType const &inputs, BatchOutputType &outputs) const | shark::LinearModel< InputType, ActivationFunction > | inlinevirtual |
eval(InputType const &input, VectorType &output) const | shark::LinearModel< InputType, ActivationFunction > | inline |
eval(BatchInputType const &inputs, BatchOutputType &outputs, State &state) const | shark::LinearModel< InputType, ActivationFunction > | inlinevirtual |
eval(BatchInputType const &patterns, BatchOutputType &outputs) const | shark::LinearModel< InputType, ActivationFunction > | inlinevirtual |
eval(BatchInputType const &patterns, BatchOutputType &outputs, State &state) const=0 | shark::LinearModel< InputType, ActivationFunction > | virtual |
eval(InputType const &pattern, OutputType &output) const | shark::LinearModel< InputType, ActivationFunction > | inlinevirtual |
Feature enum name | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | |
FeatureNotAvailableException typedef | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | |
Features typedef | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | |
features() const | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | inline |
HAS_FIRST_INPUT_DERIVATIVE enum value | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | |
HAS_FIRST_PARAMETER_DERIVATIVE enum value | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | |
hasFirstInputDerivative() const | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | inline |
hasFirstParameterDerivative() const | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | inline |
hasOffset() const | shark::LinearModel< InputType, ActivationFunction > | inline |
inputShape() const | shark::LinearModel< InputType, ActivationFunction > | inlinevirtual |
InputType typedef | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | |
LinearModel() | shark::LinearModel< InputType, ActivationFunction > | inline |
LinearModel(Shape const &inputs, Shape const &outputs=1, bool offset=false) | shark::LinearModel< InputType, ActivationFunction > | inline |
LinearModel(MatrixType const &matrix, VectorType const &offset=VectorType()) | shark::LinearModel< InputType, ActivationFunction > | inline |
load(InArchive &archive, unsigned int version) | shark::ISerializable | inline |
m_features | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | protected |
matrix() const | shark::LinearModel< InputType, ActivationFunction > | inline |
matrix() | shark::LinearModel< InputType, ActivationFunction > | inline |
MatrixType typedef | shark::LinearModel< InputType, ActivationFunction > | |
ModelBaseType typedef | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | |
name() const | shark::LinearModel< InputType, ActivationFunction > | inlinevirtual |
numberOfParameters() const | shark::LinearModel< InputType, ActivationFunction > | inlinevirtual |
offset() const | shark::LinearModel< InputType, ActivationFunction > | inline |
offset() | shark::LinearModel< InputType, ActivationFunction > | inline |
operator()(Data< InputType > const &patterns) const | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | inline |
operator()(InputType const &pattern) const | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | inline |
operator()(BatchInputType const &patterns) const | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | inline |
outputShape() const | shark::LinearModel< InputType, ActivationFunction > | inlinevirtual |
OutputType typedef | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | |
parameterVector() const | shark::LinearModel< InputType, ActivationFunction > | inlinevirtual |
ParameterVectorType typedef | shark::LinearModel< InputType, ActivationFunction > | |
read(InArchive &archive) | shark::LinearModel< InputType, ActivationFunction > | inlinevirtual |
save(OutArchive &archive, unsigned int version) const | shark::ISerializable | inline |
setParameterVector(ParameterVectorType const &newParameters) | shark::LinearModel< InputType, ActivationFunction > | inline |
shark::AbstractModel::setParameterVector(ParameterVectorType const &newParameters) | shark::IParameterizable< VectorType > | inlinevirtual |
setStructure(Shape const &inputs, Shape const &outputs=1, bool offset=false) | shark::LinearModel< InputType, ActivationFunction > | inline |
setStructure(MatrixType const &matrix, VectorType const &offset=VectorType()) | shark::LinearModel< InputType, ActivationFunction > | inline |
updateFeatures() | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | inlinevirtual |
VectorType typedef | shark::LinearModel< InputType, ActivationFunction > | |
weightedDerivatives(BatchInputType const &patterns, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, ParameterVectorType ¶meterDerivative, MatrixType &inputDerivative) const | shark::LinearModel< InputType, ActivationFunction > | inline |
shark::AbstractModel::weightedDerivatives(BatchInputType const &patterns, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, ParameterVectorType ¶meterDerivative, BatchInputType &inputDerivative) const | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | inlinevirtual |
weightedInputDerivative(BatchInputType const &patterns, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, MatrixType &derivative) const | shark::LinearModel< InputType, ActivationFunction > | inline |
shark::AbstractModel::weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, BatchInputType &derivative) const | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | inlinevirtual |
weightedParameterDerivative(BatchInputType const &patterns, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, ParameterVectorType &gradient) const | shark::LinearModel< InputType, ActivationFunction > | inline |
shark::AbstractModel::weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, ParameterVectorType &derivative) const | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | inlinevirtual |
write(OutArchive &archive) const | shark::LinearModel< InputType, ActivationFunction > | inlinevirtual |
~AbstractModel() | shark::AbstractModel< InputTypeT, OutputTypeT, ParameterVectorType > | inlinevirtual |
~INameable() | shark::INameable | inlinevirtual |
~IParameterizable() | shark::IParameterizable< VectorType > | inlinevirtual |
~ISerializable() | shark::ISerializable | inlinevirtual |