| AbstractKernelFunction() | shark::AbstractKernelFunction< InputType > | inline |
| AbstractMetric() | shark::AbstractMetric< InputTypeT > | inline |
| addKernel(SubKernel *k) | shark::ProductKernel< InputType > | inline |
| BatchInputType typedef | shark::ProductKernel< InputType > | |
| BOOST_SERIALIZATION_SPLIT_MEMBER() | shark::ISerializable | |
| ConstBatchInputReference typedef | shark::ProductKernel< InputType > | |
| ConstInputReference typedef | shark::ProductKernel< InputType > | |
| createState() const | shark::AbstractKernelFunction< InputType > | inlinevirtual |
| eval(ConstInputReference x1, ConstInputReference x2) const | shark::ProductKernel< InputType > | inlinevirtual |
| eval(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix &result) const | shark::ProductKernel< InputType > | inlinevirtual |
| eval(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix &result, State &state) const | shark::ProductKernel< InputType > | inlinevirtual |
| Feature enum name | shark::AbstractKernelFunction< InputType > | |
| featureDistance(ConstInputReference x1, ConstInputReference x2) const | shark::AbstractMetric< InputTypeT > | inline |
| featureDistanceSqr(ConstInputReference x1, ConstInputReference x2) const | shark::AbstractKernelFunction< InputType > | inlinevirtual |
| featureDistanceSqr(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2) const | shark::AbstractKernelFunction< InputType > | inlinevirtual |
| shark::AbstractMetric::featureDistanceSqr(ConstInputReference x1, ConstInputReference x2) const =0 | shark::AbstractMetric< InputTypeT > | pure virtual |
| FeatureNotAvailableException typedef | shark::AbstractKernelFunction< InputType > | |
| features() const | shark::AbstractKernelFunction< InputType > | inline |
| Features typedef | shark::AbstractKernelFunction< InputType > | |
| HAS_FIRST_INPUT_DERIVATIVE enum value | shark::AbstractKernelFunction< InputType > | |
| HAS_FIRST_PARAMETER_DERIVATIVE enum value | shark::AbstractKernelFunction< InputType > | |
| hasFirstInputDerivative() const | shark::AbstractKernelFunction< InputType > | inline |
| hasFirstParameterDerivative() const | shark::AbstractKernelFunction< InputType > | inline |
| InputType typedef | shark::AbstractKernelFunction< InputType > | |
| IS_NORMALIZED enum value | shark::AbstractKernelFunction< InputType > | |
| isNormalized() const | shark::AbstractKernelFunction< InputType > | inline |
| load(InArchive &archive, unsigned int version) | shark::ISerializable | inline |
| m_features | shark::AbstractKernelFunction< InputType > | protected |
| m_kernels | shark::ProductKernel< InputType > | protected |
| m_numberOfParameters | shark::ProductKernel< InputType > | protected |
| name() const | shark::ProductKernel< InputType > | inlinevirtual |
| numberOfParameters() const | shark::ProductKernel< InputType > | inlinevirtual |
| operator()(ConstInputReference x1, ConstInputReference x2) const | shark::AbstractKernelFunction< InputType > | inline |
| operator()(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2) const | shark::AbstractKernelFunction< InputType > | inline |
| parameterVector() const | shark::ProductKernel< InputType > | inlinevirtual |
| ParameterVectorType typedef | shark::IParameterizable< VectorType > | |
| ProductKernel() | shark::ProductKernel< InputType > | inline |
| ProductKernel(SubKernel *k1, SubKernel *k2) | shark::ProductKernel< InputType > | inline |
| ProductKernel(std::vector< SubKernel * > kernels) | shark::ProductKernel< InputType > | inline |
| read(InArchive &ar) | shark::ProductKernel< InputType > | inlinevirtual |
| save(OutArchive &archive, unsigned int version) const | shark::ISerializable | inline |
| setParameterVector(RealVector const &newParameters) | shark::ProductKernel< InputType > | inlinevirtual |
| SubKernel typedef | shark::ProductKernel< InputType > | |
| SUPPORTS_VARIABLE_INPUT_SIZE enum value | shark::AbstractKernelFunction< InputType > | |
| supportsVariableInputSize() const | shark::AbstractKernelFunction< InputType > | inline |
| updateFeatures() | shark::AbstractKernelFunction< InputType > | inlinevirtual |
| weightedInputDerivative(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix const &coefficientsX2, State const &state, BatchInputType &gradient) const | shark::AbstractKernelFunction< InputType > | inlinevirtual |
| weightedParameterDerivative(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix const &coefficients, State const &state, RealVector &gradient) const | shark::AbstractKernelFunction< InputType > | inlinevirtual |
| write(OutArchive &ar) const | shark::ProductKernel< InputType > | inlinevirtual |
| ~AbstractMetric() | shark::AbstractMetric< InputTypeT > | inlinevirtual |
| ~INameable() | shark::INameable | inlinevirtual |
| ~IParameterizable() | shark::IParameterizable< VectorType > | inlinevirtual |
| ~ISerializable() | shark::ISerializable | inlinevirtual |