12 #include <shogun/lib/config.h> 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
virtual float64_t get_sigma() const
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 void set_sigma(float64_t s)
virtual bool init(CFeatures *l, CFeatures *r)
virtual const char * get_name() const
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()