10 #ifndef STRING_SUBSEQUENCE_KERNEL_H_ 11 #define STRING_SUBSEQUENCE_KERNEL_H_ 103 return "StringSubsequenceKernel";
142 #endif // STRING_SUBSEQUENCE_KERNEL_H_ class StringSubsequenceKernel that implements String Subsequence Kernel (SSK) discussed by Lodhi et...
virtual void register_params()
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
virtual ~CStringSubsequenceKernel()
virtual bool init(CFeatures *lhs, CFeatures *rhs)
virtual EKernelType get_kernel_type()
CStringSubsequenceKernel()
virtual const char * get_name() const
CFeatures * rhs
feature vectors to occur on right hand side
all of classes and functions are contained in the shogun namespace
CFeatures * lhs
feature vectors to occur on left hand side
The class Features is the base class of all feature objects.
Template class StringKernel, is the base class of all String Kernels.