11 #ifndef _MATCHWORDSTRINGKERNEL_H___ 12 #define _MATCHWORDSTRINGKERNEL_H___ 14 #include <shogun/lib/config.h> 80 virtual const char*
get_name()
const {
return "MatchWordStringKernel"; }
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
The class MatchWordStringKernel computes a variant of the polynomial kernel on strings of same length...
virtual EKernelType get_kernel_type()
virtual ~CMatchWordStringKernel()
virtual bool init(CFeatures *l, CFeatures *r)
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
Template class StringKernel, is the base class of all String Kernels.
virtual const char * get_name() const