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