12 #ifndef _SPLINEKERNEL_H__ 13 #define _SPLINEKERNEL_H__ 15 #include <shogun/lib/config.h> 75 virtual const char*
get_name()
const {
return "SplineKernel"; }
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
Features that support dot products among other operations.
Computes the Spline Kernel function which is the cubic polynomial.
Template class DotKernel is the base class for kernels working on DotFeatures.
virtual EKernelType get_kernel_type()
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual bool init(CFeatures *l, CFeatures *r)
virtual const char * get_name() const