| AbstractModel() | shark::AbstractModel< RealVector, RealVector > | inline |
| BatchInputType typedef | shark::AbstractModel< RealVector, RealVector > | |
| BatchOutputType typedef | shark::AbstractModel< RealVector, RealVector > | |
| BOOST_SERIALIZATION_SPLIT_MEMBER() | shark::ISerializable | |
| centers() const | shark::RBFLayer | inline |
| centers() | shark::RBFLayer | inline |
| createState() const | shark::RBFLayer | inlinevirtual |
| eval(BatchInputType const &patterns, BatchOutputType &outputs, State &state) const | shark::RBFLayer | virtual |
| AbstractModel< RealVector, RealVector >::eval(BatchInputType const &patterns, BatchOutputType &outputs) const | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| 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 |
| gamma() const | shark::RBFLayer | inline |
| HAS_FIRST_INPUT_DERIVATIVE enum value | shark::AbstractModel< RealVector, RealVector > | |
| HAS_FIRST_PARAMETER_DERIVATIVE enum value | shark::AbstractModel< RealVector, RealVector > | |
| hasFirstInputDerivative() const | shark::AbstractModel< RealVector, RealVector > | inline |
| hasFirstParameterDerivative() const | shark::AbstractModel< RealVector, RealVector > | inline |
| inputShape() const | shark::RBFLayer | inlinevirtual |
| InputType typedef | shark::AbstractModel< RealVector, RealVector > | |
| load(InArchive &archive, unsigned int version) | shark::ISerializable | inline |
| m_centers | shark::RBFLayer | protected |
| m_features | shark::AbstractModel< RealVector, RealVector > | protected |
| m_gamma | shark::RBFLayer | protected |
| m_logNormalization | shark::RBFLayer | protected |
| m_trainCenters | shark::RBFLayer | protected |
| m_trainWidth | shark::RBFLayer | protected |
| ModelBaseType typedef | shark::AbstractModel< RealVector, RealVector > | |
| name() const | shark::RBFLayer | inlinevirtual |
| numberOfParameters() const | shark::RBFLayer | virtual |
| 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 |
| outputShape() const | shark::RBFLayer | inlinevirtual |
| OutputType typedef | shark::AbstractModel< RealVector, RealVector > | |
| parameterVector() const | shark::RBFLayer | virtual |
| ParameterVectorType typedef | shark::IParameterizable< VectorType > | |
| RBFLayer() | shark::RBFLayer | |
| RBFLayer(std::size_t numInput, std::size_t numOutput) | shark::RBFLayer | |
| read(InArchive &archive) | shark::RBFLayer | virtual |
| save(OutArchive &archive, unsigned int version) const | shark::ISerializable | inline |
| setGamma(RealVector const &gamma) | shark::RBFLayer | |
| setParameterVector(RealVector const &newParameters) | shark::RBFLayer | virtual |
| setStructure(std::size_t numInput, std::size_t numOutput) | shark::RBFLayer | |
| setTrainingParameters(bool centers, bool width) | shark::RBFLayer | |
| updateFeatures() | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| weightedDerivatives(BatchInputType const &patterns, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, RealVector ¶meterDerivative, BatchInputType &inputDerivative) const | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, BatchInputType &derivative) const | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, RealVector &gradient) const | shark::RBFLayer | virtual |
| write(OutArchive &archive) const | shark::RBFLayer | virtual |
| ~AbstractModel() | shark::AbstractModel< RealVector, RealVector > | inlinevirtual |
| ~INameable() | shark::INameable | inlinevirtual |
| ~IParameterizable() | shark::IParameterizable< VectorType > | inlinevirtual |
| ~ISerializable() | shark::ISerializable | inlinevirtual |