11 #ifndef _GAUSSIANSHIFTKERNEL_H___ 12 #define _GAUSSIANSHIFTKERNEL_H___ 14 #include <shogun/lib/config.h> 68 float64_t width, int32_t max_shift, int32_t shift_step,
79 return CGaussianKernel::init(l,r);
94 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 EKernelType get_kernel_type()
The well known Gaussian kernel (swiss army knife for SVMs) computed on CDotFeatures.
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual const char * get_name() const