shark::SubrangeKernel< InputType, InnerKernel > Member List

This is the complete list of members for shark::SubrangeKernel< InputType, InnerKernel >, including all inherited members.

AbstractKernelFunction()shark::AbstractKernelFunction< InputTypeT >inline
AbstractMetric()shark::AbstractMetric< InputTypeT >inline
BatchInputType typedefshark::WeightedSumKernel< InputType >
BOOST_SERIALIZATION_SPLIT_MEMBER()shark::ISerializable
ConstBatchInputReference typedefshark::WeightedSumKernel< InputType >
ConstInputReference typedefshark::WeightedSumKernel< InputType >
createState() constshark::WeightedSumKernel< InputType >inlinevirtual
eval(ConstInputReference x1, ConstInputReference x2) constshark::WeightedSumKernel< InputType >inline
eval(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix &result) constshark::WeightedSumKernel< InputType >inline
eval(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix &result, State &state) constshark::WeightedSumKernel< InputType >inline
shark::AbstractKernelFunction::eval(ConstInputReference x1, ConstInputReference x2) constshark::AbstractKernelFunction< InputTypeT >inlinevirtual
shark::AbstractKernelFunction::eval(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix &result, State &state) const =0shark::AbstractKernelFunction< InputTypeT >pure virtual
shark::AbstractKernelFunction::eval(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix &result) constshark::AbstractKernelFunction< InputTypeT >inlinevirtual
Feature enum nameshark::AbstractKernelFunction< InputTypeT >
featureDistance(ConstInputReference x1, ConstInputReference x2) constshark::AbstractMetric< InputTypeT >inline
featureDistanceSqr(ConstInputReference x1, ConstInputReference x2) constshark::AbstractKernelFunction< InputTypeT >inlinevirtual
featureDistanceSqr(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2) constshark::AbstractKernelFunction< InputTypeT >inlinevirtual
FeatureNotAvailableException typedefshark::AbstractKernelFunction< InputTypeT >
features() constshark::AbstractKernelFunction< InputTypeT >inline
Features typedefshark::AbstractKernelFunction< InputTypeT >
HAS_FIRST_INPUT_DERIVATIVE enum valueshark::AbstractKernelFunction< InputTypeT >
HAS_FIRST_PARAMETER_DERIVATIVE enum valueshark::AbstractKernelFunction< InputTypeT >
hasFirstInputDerivative() constshark::AbstractKernelFunction< InputTypeT >inline
hasFirstParameterDerivative() constshark::AbstractKernelFunction< InputTypeT >inline
InputType typedefshark::AbstractKernelFunction< InputTypeT >
IS_NORMALIZED enum valueshark::AbstractKernelFunction< InputTypeT >
isAdaptive(std::size_t index) constshark::WeightedSumKernel< InputType >inline
isNormalized() constshark::AbstractKernelFunction< InputTypeT >inline
load(InArchive &archive, unsigned int version)shark::ISerializableinline
m_adaptWeightsshark::WeightedSumKernel< InputType >protected
m_baseshark::WeightedSumKernel< InputType >protected
m_featuresshark::AbstractKernelFunction< InputTypeT >protected
m_numParametersshark::WeightedSumKernel< InputType >protected
m_weightsumshark::WeightedSumKernel< InputType >protected
name() constshark::SubrangeKernel< InputType, InnerKernel >inlinevirtual
numberOfParameters() constshark::WeightedSumKernel< InputType >inlinevirtual
operator()(ConstInputReference x1, ConstInputReference x2) constshark::AbstractKernelFunction< InputTypeT >inline
operator()(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2) constshark::AbstractKernelFunction< InputTypeT >inline
parameterVector() constshark::WeightedSumKernel< InputType >inlinevirtual
ParameterVectorType typedefshark::IParameterizable< VectorType >
read(InArchive &ar)shark::WeightedSumKernel< InputType >inlinevirtual
save(OutArchive &archive, unsigned int version) constshark::ISerializableinline
setAdaptive(std::size_t index, bool b=true)shark::WeightedSumKernel< InputType >inline
setAdaptiveAll(bool b=true)shark::WeightedSumKernel< InputType >inline
setAdaptiveWeights(bool b)shark::WeightedSumKernel< InputType >inline
setParameterVector(RealVector const &newParameters)shark::WeightedSumKernel< InputType >inlinevirtual
SubrangeKernel(Kernels const &kernels, Ranges const &ranges)shark::SubrangeKernel< InputType, InnerKernel >inline
SUPPORTS_VARIABLE_INPUT_SIZE enum valueshark::AbstractKernelFunction< InputTypeT >
supportsVariableInputSize() constshark::AbstractKernelFunction< InputTypeT >inline
updateFeatures()shark::AbstractKernelFunction< InputTypeT >inlinevirtual
updateNumberOfParameters()shark::WeightedSumKernel< InputType >inlineprotected
weight(std::size_t index)shark::WeightedSumKernel< InputType >inline
weightedInputDerivative(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix const &coefficientsX2, State const &state, BatchInputType &gradient) constshark::WeightedSumKernel< InputType >inline
shark::AbstractKernelFunction::weightedInputDerivative(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix const &coefficientsX2, State const &state, BatchInputType &gradient) constshark::AbstractKernelFunction< InputTypeT >inlinevirtual
weightedInputDerivativeImpl(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix const &coefficientsX2, State const &state, BatchInputType &gradient, typename boost::enable_if< boost::is_same< T, RealMatrix > >::type *dummy=0) constshark::WeightedSumKernel< InputType >inlineprotected
weightedInputDerivativeImpl(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix const &coefficientsX2, State const &state, BatchInputType &gradient, typename boost::disable_if< boost::is_same< T, RealMatrix > >::type *dummy=0) constshark::WeightedSumKernel< InputType >inlineprotected
weightedParameterDerivative(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix const &coefficients, State const &state, RealVector &gradient) constshark::WeightedSumKernel< InputType >inline
shark::AbstractKernelFunction::weightedParameterDerivative(ConstBatchInputReference batchX1, ConstBatchInputReference batchX2, RealMatrix const &coefficients, State const &state, RealVector &gradient) constshark::AbstractKernelFunction< InputTypeT >inlinevirtual
WeightedSumKernel(std::vector< AbstractKernelFunction< InputType > * > const &base)shark::WeightedSumKernel< InputType >inline
write(OutArchive &ar) constshark::WeightedSumKernel< InputType >inlinevirtual
~AbstractMetric()shark::AbstractMetric< InputTypeT >inlinevirtual
~INameable()shark::INameableinlinevirtual
~IParameterizable()shark::IParameterizable< VectorType >inlinevirtual
~ISerializable()shark::ISerializableinlinevirtual