| 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::Softmax | inlinevirtual |
| eval(BatchInputType const &patterns, BatchOutputType &output) const | shark::Softmax | virtual |
| eval(BatchInputType const &patterns, BatchOutputType &output, State &state) const | shark::Softmax | 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::Softmax | 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_features | shark::AbstractModel< RealVector, RealVector > | protected |
| name() const | shark::Softmax | inlinevirtual |
| numberOfParameters() const | shark::Softmax | inlinevirtual |
| 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::Softmax | inline |
| OutputType typedef | shark::AbstractModel< RealVector, RealVector > | |
| parameterVector() const | shark::Softmax | inlinevirtual |
| read(InArchive &archive) | shark::Softmax | virtual |
| save(OutArchive &archive, unsigned int version) const | shark::ISerializable | inline |
| setParameterVector(RealVector const &newParameters) | shark::Softmax | inlinevirtual |
| setStructure(std::size_t inputSize) | shark::Softmax | inline |
| Softmax(size_t inputs) | shark::Softmax | |
| Softmax() | shark::Softmax | |
| 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 &patterns, RealMatrix const &coefficients, State const &state, BatchOutputType &gradient) const | shark::Softmax | |
| AbstractModel< RealVector, RealVector >::weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, State const &state, BatchInputType &derivative) const | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| AbstractModel< RealVector, RealVector >::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(BatchInputType const &patterns, BatchOutputType const &coefficients, State const &state, RealVector &gradient) const | shark::Softmax | virtual |
| 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::Softmax | virtual |
| ~AbstractModel() | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| ~INameable() | shark::INameable | inlinevirtual |
| ~IParameterizable() | shark::IParameterizable | inlinevirtual |
| ~ISerializable() | shark::ISerializable | inlinevirtual |