structure describing a single m_base kernel More...
#include <shark/Models/Kernels/WeightedSumKernel.h>
Public Attributes | |
AbstractKernelFunction< InputType > * | kernel |
pointer to the m_base kernel object More... | |
double | weight |
weight in the linear combination More... | |
bool | adaptive |
whether the parameters of the kernel are part of the WeightedSumKernel's parameter vector? More... | |
structure describing a single m_base kernel
Definition at line 339 of file WeightedSumKernel.h.
bool shark::WeightedSumKernel< InputType >::tBase::adaptive |
whether the parameters of the kernel are part of the WeightedSumKernel's parameter vector?
Definition at line 343 of file WeightedSumKernel.h.
AbstractKernelFunction<InputType>* shark::WeightedSumKernel< InputType >::tBase::kernel |
pointer to the m_base kernel object
Definition at line 341 of file WeightedSumKernel.h.
double shark::WeightedSumKernel< InputType >::tBase::weight |
weight in the linear combination
Definition at line 342 of file WeightedSumKernel.h.