11 #ifndef _GAUSSIANMATCHSTRINGKERNEL_H___
12 #define _GAUSSIANMATCHSTRINGKERNEL_H___
85 virtual const char*
get_name()
const {
return "GaussianMatchStringKernel"; }
CGaussianMatchStringKernel()
The class GaussianMatchStringKernel computes a variant of the Gaussian kernel on strings of same leng...
virtual EKernelType get_kernel_type()
virtual const char * get_name() const
all of classes and functions are contained in the shogun namespace
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
The class Features is the base class of all feature objects.
virtual bool init(CFeatures *l, CFeatures *r)
virtual void register_params()
Template class StringKernel, is the base class of all String Kernels.
virtual ~CGaussianMatchStringKernel()