81 virtual const char*
get_name()
const {
return "WaveKernel"; }
virtual EFeatureClass get_feature_class()=0
Class Distance, a base class for all the distances used in the Shogun toolbox.
EFeatureClass
shogun feature class
CDistance * m_distance
distance to be used
float64_t m_theta
theta parameter of kernel
virtual const char * get_name() const
EFeatureType
shogun feature type
all of classes and functions are contained in the shogun namespace
virtual EFeatureType get_feature_type()
The class Features is the base class of all feature objects.
virtual EKernelType get_kernel_type()
virtual EFeatureType get_feature_type()=0
virtual EFeatureClass get_feature_class()
virtual bool init(CFeatures *l, CFeatures *r)
virtual float64_t compute(int32_t idx_a, int32_t idx_b)