AbstractKernelFunction() | shark::AbstractKernelFunction< InputType > | inline |
AbstractMetric() | shark::AbstractMetric< InputType > | inline |
BatchInputType typedef | shark::LinearKernel< InputType > | |
BOOST_SERIALIZATION_SPLIT_MEMBER() | shark::ISerializable | |
ConstBatchInputReference typedef | shark::LinearKernel< InputType > | |
ConstInputReference typedef | shark::LinearKernel< InputType > | |
createState() const | shark::LinearKernel< InputType > | inlinevirtual |
eval(ConstInputReference x1, ConstInputReference x2) const | shark::LinearKernel< InputType > | inlinevirtual |
eval(ConstBatchInputReference x1, ConstBatchInputReference x2, RealMatrix &result, State &state) const | shark::LinearKernel< InputType > | inlinevirtual |
eval(ConstBatchInputReference x1, ConstBatchInputReference x2, RealMatrix &result) const | shark::LinearKernel< InputType > | inlinevirtual |
Feature enum name | shark::AbstractKernelFunction< InputType > | |
featureDistance(ConstInputReference x1, ConstInputReference x2) const | shark::AbstractMetric< InputType > | inline |
featureDistanceSqr(ConstInputReference x1, ConstInputReference x2) const | shark::LinearKernel< InputType > | inlinevirtual |
featureDistanceSqr(ConstBatchInputReference x1, ConstBatchInputReference x2) const | shark::LinearKernel< InputType > | inlinevirtual |
AbstractMetric< InputType >::featureDistanceSqr(ConstInputReference x1, ConstInputReference x2) const=0 | shark::AbstractMetric< InputType > | pure virtual |
FeatureNotAvailableException typedef | shark::AbstractKernelFunction< InputType > | |
Features typedef | shark::AbstractKernelFunction< InputType > | |
features() const | shark::AbstractKernelFunction< InputType > | inline |
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 |
LinearKernel() | shark::LinearKernel< InputType > | inline |
load(InArchive &archive, unsigned int version) | shark::ISerializable | inline |
m_features | shark::AbstractKernelFunction< InputType > | protected |
name() const | shark::LinearKernel< InputType > | inlinevirtual |
numberOfParameters() const | shark::IParameterizable<> | inlinevirtual |
operator()(ConstInputReference x1, ConstInputReference x2) const | shark::AbstractKernelFunction< InputType > | inline |
operator()(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2) const | shark::AbstractKernelFunction< InputType > | inline |
parameterVector() const | shark::LinearKernel< InputType > | inlinevirtual |
ParameterVectorType typedef | shark::IParameterizable<> | |
read(InArchive &ar) | shark::LinearKernel< InputType > | inlinevirtual |
save(OutArchive &archive, unsigned int version) const | shark::ISerializable | inline |
setParameterVector(RealVector const &newParameters) | shark::LinearKernel< InputType > | inlinevirtual |
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::LinearKernel< InputType > | inlinevirtual |
weightedParameterDerivative(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix const &coefficients, State const &state, RealVector &gradient) const | shark::LinearKernel< InputType > | inlinevirtual |
write(OutArchive &ar) const | shark::LinearKernel< InputType > | inlinevirtual |
~AbstractMetric() | shark::AbstractMetric< InputType > | inlinevirtual |
~INameable() | shark::INameable | inlinevirtual |
~IParameterizable() | shark::IParameterizable<> | inlinevirtual |
~ISerializable() | shark::ISerializable | inlinevirtual |