11 #ifndef BESSELKERNEL_H_ 12 #define BESSELKERNEL_H_ 14 #include <shogun/lib/config.h> 113 return "BesselKernel";
virtual EFeatureClass get_feature_class()=0
Class Distance, a base class for all the distances used in the Shogun toolbox.
virtual void set_order(float64_t v)
virtual const char * get_name() const
virtual bool init(CFeatures *l, CFeatures *r)
virtual EKernelType get_kernel_type()
EFeatureClass
shogun feature class
virtual void set_width(float64_t tau)
virtual EFeatureClass get_feature_class()
virtual void set_degree(int32_t n)
virtual float64_t get_width() const
virtual EFeatureType get_feature_type()
The Distance kernel takes a distance as input.
EFeatureType
shogun feature type
all of classes and functions are contained in the shogun namespace
float64_t compute(int32_t idx_a, int32_t idx_b)
The class Features is the base class of all feature objects.
virtual EFeatureType get_feature_type()=0
virtual float64_t get_order() const
virtual int32_t get_degree() const