11 #ifndef _WAVELETKERNEL_H___
12 #define _WAVELETKERNEL_H___
83 virtual const char*
get_name()
const {
return "WaveletKernel"; }
100 return cos(1.75*h)*exp(-h*h/2);
virtual bool init(CFeatures *l, CFeatures *r)
virtual const char * get_name() const
Features that support dot products among other operations.
Template class DotKernel is the base class for kernels working on DotFeatures.
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual ~CWaveletKernel()
float64_t MotherWavelet(float64_t h)
virtual EKernelType get_kernel_type()