shark::WeightedSumKernel< InputType >::tBase Struct Reference

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...
 

Detailed Description

template<class InputType = RealVector>
struct shark::WeightedSumKernel< InputType >::tBase

structure describing a single m_base kernel

Definition at line 339 of file WeightedSumKernel.h.

Member Data Documentation

◆ adaptive

template<class InputType = RealVector>
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.

◆ kernel

template<class InputType = RealVector>
AbstractKernelFunction<InputType>* shark::WeightedSumKernel< InputType >::tBase::kernel

pointer to the m_base kernel object

Definition at line 341 of file WeightedSumKernel.h.

◆ weight

template<class InputType = RealVector>
double shark::WeightedSumKernel< InputType >::tBase::weight

weight in the linear combination

Definition at line 342 of file WeightedSumKernel.h.


The documentation for this struct was generated from the following file: