13 #ifndef _SIMPLELOCALITYIMPROVEDSTRINGKERNEL_H___
14 #define _SIMPLELOCALITYIMPROVEDSTRINGKERNEL_H___
60 int32_t length, int32_t inner_degree, int32_t outer_degree);
90 return "SimpleLocalityImprovedStringKernel";
105 float64_t dot_pyr (
const char*
const x1,
const char*
const x2,
106 const int32_t NOF_NTS,
const int32_t NTWIDTH,
107 const int32_t DEGREE1,
const int32_t DEGREE2,
float64_t *pyra);
virtual EKernelType get_kernel_type()
SGVector< float64_t > pyramid_weights
virtual bool init(CFeatures *l, CFeatures *r)
virtual ~CSimpleLocalityImprovedStringKernel()
virtual const char * get_name() const
SimpleLocalityImprovedString kernel, is a ``simplified'' and better performing version of the Localit...
CSimpleLocalityImprovedStringKernel()
The class Features is the base class of all feature objects.
float64_t compute(int32_t idx_a, int32_t idx_b)
Template class StringKernel, is the base class of all String Kernels.