14 #ifndef _SPHERICALKERNEL_H__
15 #define _SPHERICALKERNEL_H__
87 virtual const char*
get_name()
const {
return "SphericalKernel"; }
111 void register_params();
virtual EFeatureClass get_feature_class()=0
Class Distance, a base class for all the distances used in the Shogun toolbox.
virtual EKernelType get_kernel_type()
virtual EFeatureType get_feature_type()
EFeatureClass
shogun feature class
virtual const char * get_name() const
virtual void set_sigma(float64_t s)
virtual float64_t get_sigma() const
virtual bool init(CFeatures *l, CFeatures *r)
EFeatureType
shogun feature type
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual EFeatureType get_feature_type()=0
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
virtual EFeatureClass get_feature_class()
virtual ~CSphericalKernel()