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 | |
| double | weight |
| weight in the linear combination | |
| bool | adaptive |
| whether the parameters of the kernel are part of the WeightedSumKernel's parameter vector? | |
structure describing a single m_base kernel
Definition at line 340 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 344 of file WeightedSumKernel.h.
| AbstractKernelFunction<InputType>* shark::WeightedSumKernel< InputType >::tBase::kernel |
pointer to the m_base kernel object
Definition at line 342 of file WeightedSumKernel.h.
| double shark::WeightedSumKernel< InputType >::tBase::weight |
weight in the linear combination
Definition at line 343 of file WeightedSumKernel.h.