shark::AbstractModel< InputTypeT, OutputTypeT > Member List

This is the complete list of members for shark::AbstractModel< InputTypeT, OutputTypeT >, including all inherited members.

AbstractModel()shark::AbstractModel< InputTypeT, OutputTypeT >inline
BatchInputType typedefshark::AbstractModel< InputTypeT, OutputTypeT >
BatchOutputType typedefshark::AbstractModel< InputTypeT, OutputTypeT >
BOOST_SERIALIZATION_SPLIT_MEMBER()shark::ISerializable
createState() const shark::AbstractModel< InputTypeT, OutputTypeT >inlinevirtual
eval(BatchInputType const &patterns, BatchOutputType &outputs) const shark::AbstractModel< InputTypeT, OutputTypeT >inlinevirtual
eval(BatchInputType const &patterns, BatchOutputType &outputs, State &state) const =0shark::AbstractModel< InputTypeT, OutputTypeT >pure virtual
eval(InputType const &pattern, OutputType &output) const shark::AbstractModel< InputTypeT, OutputTypeT >inlinevirtual
Feature enum nameshark::AbstractModel< InputTypeT, OutputTypeT >
FeatureNotAvailableException typedefshark::AbstractModel< InputTypeT, OutputTypeT >
features() const shark::AbstractModel< InputTypeT, OutputTypeT >inline
Features typedefshark::AbstractModel< InputTypeT, OutputTypeT >
HAS_FIRST_INPUT_DERIVATIVE enum valueshark::AbstractModel< InputTypeT, OutputTypeT >
HAS_FIRST_PARAMETER_DERIVATIVE enum valueshark::AbstractModel< InputTypeT, OutputTypeT >
HAS_SECOND_INPUT_DERIVATIVE enum valueshark::AbstractModel< InputTypeT, OutputTypeT >
HAS_SECOND_PARAMETER_DERIVATIVE enum valueshark::AbstractModel< InputTypeT, OutputTypeT >
hasFirstInputDerivative() const shark::AbstractModel< InputTypeT, OutputTypeT >inline
hasFirstParameterDerivative() const shark::AbstractModel< InputTypeT, OutputTypeT >inline
hasSecondInputDerivative() const shark::AbstractModel< InputTypeT, OutputTypeT >inline
hasSecondParameterDerivative() const shark::AbstractModel< InputTypeT, OutputTypeT >inline
InputType typedefshark::AbstractModel< InputTypeT, OutputTypeT >
IS_SEQUENTIAL enum valueshark::AbstractModel< InputTypeT, OutputTypeT >
isSequential() const shark::AbstractModel< InputTypeT, OutputTypeT >inline
load(InArchive &archive, unsigned int version)shark::ISerializableinline
m_featuresshark::AbstractModel< InputTypeT, OutputTypeT >protected
name() const shark::INameableinlinevirtual
numberOfParameters() const shark::IParameterizableinlinevirtual
operator()(Data< InputType > const &patterns) const shark::AbstractModel< InputTypeT, OutputTypeT >inline
operator()(InputType const &pattern) const shark::AbstractModel< InputTypeT, OutputTypeT >inline
operator()(BatchInputType const &patterns) const shark::AbstractModel< InputTypeT, OutputTypeT >inline
OutputType typedefshark::AbstractModel< InputTypeT, OutputTypeT >
parameterVector() const shark::IParameterizableinlinevirtual
read(InArchive &archive)shark::AbstractModel< InputTypeT, OutputTypeT >inlinevirtual
save(OutArchive &archive, unsigned int version) const shark::ISerializableinline
setParameterVector(RealVector const &newParameters)shark::IParameterizableinlinevirtual
updateFeatures()shark::AbstractModel< InputTypeT, OutputTypeT >inlinevirtual
weightedDerivatives(BatchInputType const &patterns, BatchOutputType const &coefficients, State const &state, RealVector &parameterDerivative, BatchInputType &inputDerivative) const shark::AbstractModel< InputTypeT, OutputTypeT >inlinevirtual
weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, State const &state, BatchInputType &derivative) const shark::AbstractModel< InputTypeT, OutputTypeT >inlinevirtual
weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, typename Batch< RealMatrix >::type const &errorHessian, State const &state, RealMatrix &derivative, Batch< RealMatrix >::type &hessian) const shark::AbstractModel< InputTypeT, OutputTypeT >inlinevirtual
weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, State const &state, RealVector &derivative) const shark::AbstractModel< InputTypeT, OutputTypeT >inlinevirtual
weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, Batch< RealMatrix >::type const &errorHessian, State const &state, RealVector &derivative, RealMatrix &hessian) const shark::AbstractModel< InputTypeT, OutputTypeT >inlinevirtual
write(OutArchive &archive) const shark::AbstractModel< InputTypeT, OutputTypeT >inlinevirtual
~AbstractModel()shark::AbstractModel< InputTypeT, OutputTypeT >inlinevirtual
~INameable()shark::INameableinlinevirtual
~IParameterizable()shark::IParameterizableinlinevirtual
~ISerializable()shark::ISerializableinlinevirtual