| AbstractModel() | shark::AbstractModel< RealVector, RealVector > | inline |
| BatchInputType typedef | shark::AbstractModel< RealVector, RealVector > | |
| BatchOutputType typedef | shark::AbstractModel< RealVector, RealVector > | |
| BOOST_SERIALIZATION_SPLIT_MEMBER() | shark::ISerializable | |
| createState() const | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| eval(RealMatrix const &pattern, RealMatrix &output) | shark::OnlineRNNet | |
| AbstractModel< RealVector, RealVector >::eval(BatchInputType const &patterns, BatchOutputType &outputs) const | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| AbstractModel< RealVector, RealVector >::eval(BatchInputType const &patterns, BatchOutputType &outputs, State &state) const=0 | shark::AbstractModel< RealVector, RealVector > | pure virtual |
| AbstractModel< RealVector, RealVector >::eval(InputType const &pattern, OutputType &output) const | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| Feature enum name | shark::AbstractModel< RealVector, RealVector > | |
| FeatureNotAvailableException typedef | shark::AbstractModel< RealVector, RealVector > | |
| Features typedef | shark::AbstractModel< RealVector, RealVector > | |
| features() const | shark::AbstractModel< RealVector, RealVector > | inline |
| HAS_FIRST_INPUT_DERIVATIVE enum value | shark::AbstractModel< RealVector, RealVector > | |
| HAS_FIRST_PARAMETER_DERIVATIVE enum value | shark::AbstractModel< RealVector, RealVector > | |
| HAS_SECOND_INPUT_DERIVATIVE enum value | shark::AbstractModel< RealVector, RealVector > | |
| HAS_SECOND_PARAMETER_DERIVATIVE enum value | shark::AbstractModel< RealVector, RealVector > | |
| hasFirstInputDerivative() const | shark::AbstractModel< RealVector, RealVector > | inline |
| hasFirstParameterDerivative() const | shark::AbstractModel< RealVector, RealVector > | inline |
| hasSecondInputDerivative() const | shark::AbstractModel< RealVector, RealVector > | inline |
| hasSecondParameterDerivative() const | shark::AbstractModel< RealVector, RealVector > | inline |
| inputSize() const | shark::OnlineRNNet | inline |
| InputType typedef | shark::AbstractModel< RealVector, RealVector > | |
| IS_SEQUENTIAL enum value | shark::AbstractModel< RealVector, RealVector > | |
| isSequential() const | shark::AbstractModel< RealVector, RealVector > | inline |
| load(InArchive &archive, unsigned int version) | shark::ISerializable | inline |
| m_activation | shark::OnlineRNNet | protected |
| m_features | shark::AbstractModel< RealVector, RealVector > | protected |
| m_lastActivation | shark::OnlineRNNet | protected |
| m_unitGradient | shark::OnlineRNNet | protected |
| mpe_structure | shark::OnlineRNNet | protected |
| name() const | shark::OnlineRNNet | inlinevirtual |
| numberOfParameters() const | shark::OnlineRNNet | inlinevirtual |
| OnlineRNNet(RecurrentStructure *structure) | shark::OnlineRNNet | |
| operator()(Data< InputType > const &patterns) const | shark::AbstractModel< RealVector, RealVector > | inline |
| operator()(InputType const &pattern) const | shark::AbstractModel< RealVector, RealVector > | inline |
| operator()(BatchInputType const &patterns) const | shark::AbstractModel< RealVector, RealVector > | inline |
| outputSize() const | shark::OnlineRNNet | inline |
| OutputType typedef | shark::AbstractModel< RealVector, RealVector > | |
| parameterVector() const | shark::OnlineRNNet | inlinevirtual |
| read(InArchive &archive) | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| resetInternalState() | shark::OnlineRNNet | inline |
| save(OutArchive &archive, unsigned int version) const | shark::ISerializable | inline |
| setOutputActivation(RealVector const &activation) | shark::OnlineRNNet | inline |
| setParameterVector(RealVector const &newParameters) | shark::OnlineRNNet | inlinevirtual |
| updateFeatures() | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| weightedDerivatives(BatchInputType const &patterns, BatchOutputType const &coefficients, State const &state, RealVector ¶meterDerivative, BatchInputType &inputDerivative) const | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, State const &state, BatchInputType &derivative) const | shark::AbstractModel< RealVector, RealVector > | 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< RealVector, RealVector > | inlinevirtual |
| weightedParameterDerivative(RealMatrix const &pattern, RealMatrix const &coefficients, RealVector &gradient) | shark::OnlineRNNet | |
| AbstractModel< RealVector, RealVector >::weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, State const &state, RealVector &derivative) const | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| AbstractModel< RealVector, RealVector >::weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, Batch< RealMatrix >::type const &errorHessian, State const &state, RealVector &derivative, RealMatrix &hessian) const | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| write(OutArchive &archive) const | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| ~AbstractModel() | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| ~INameable() | shark::INameable | inlinevirtual |
| ~IParameterizable() | shark::IParameterizable | inlinevirtual |
| ~ISerializable() | shark::ISerializable | inlinevirtual |