11 #ifndef _GAUSSIANSHIFTKERNEL_H___
12 #define _GAUSSIANSHIFTKERNEL_H___
66 float64_t width, int32_t max_shift, int32_t shift_step,
77 return CGaussianKernel::init(l,r);
92 virtual const char*
get_name()
const {
return "GaussianShiftKernel"; }
virtual ~CGaussianShiftKernel()
virtual bool init(CFeatures *l, CFeatures *r)
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
An experimental kernel inspired by the WeightedDegreePositionStringKernel and the Gaussian kernel...
virtual const char * get_name() const
virtual EKernelType get_kernel_type()
The well known Gaussian kernel (swiss army knife for SVMs) computed on CDotFeatures.
The class Features is the base class of all feature objects.