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