11 #ifndef _GAUSSIANSHIFTKERNEL_H___
12 #define _GAUSSIANSHIFTKERNEL_H___
65 float64_t width, int32_t max_shift, int32_t shift_step,
80 virtual const char*
get_name()
const {
return "GaussianShiftKernel"; }
virtual ~CGaussianShiftKernel()
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.