14 #ifndef _CIRCULARKERNEL_H__ 
   15 #define _CIRCULARKERNEL_H__ 
   87     virtual const char* 
get_name()
 const { 
return "CircularKernel"; }
 
virtual EKernelType get_kernel_type()
 
virtual float64_t get_sigma() const 
 
virtual EFeatureClass get_feature_class()=0
 
virtual bool init(CFeatures *l, CFeatures *r)
 
Class Distance, a base class for all the distances used in the Shogun toolbox. 
 
virtual ~CCircularKernel()
 
virtual void load_serializable_post()
 
Class ShogunException defines an exception which is thrown whenever an error inside of shogun occurs...
 
EFeatureClass
shogun feature class 
 
virtual EFeatureClass get_feature_class()
 
virtual EFeatureType get_feature_type()
 
EFeatureType
shogun feature type 
 
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
 
virtual void set_sigma(float64_t s)
 
all of classes and functions are contained in the shogun namespace 
 
virtual const char * get_name() const 
 
The class Features is the base class of all feature objects. 
 
virtual EFeatureType get_feature_type()=0