13 #ifndef MULTIQUADRIC_H_
14 #define MULTIQUADRIC_H_
76 virtual const char*
get_name()
const {
return "MultiquadricKernel"; }
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
virtual EFeatureClass get_feature_class()=0
float64_t m_coef
theta parameter of kernel - coefficient
Class Distance, a base class for all the distances used in the Shogun toolbox.
virtual EFeatureClass get_feature_class()
virtual ~CMultiquadricKernel()
EFeatureClass
shogun feature class
void set_coef(float64_t value)
EFeatureType
shogun feature type
virtual bool init(CFeatures *l, CFeatures *r)
all of classes and functions are contained in the shogun namespace
virtual EFeatureType get_feature_type()
virtual EKernelType get_kernel_type()
The class Features is the base class of all feature objects.
CDistance * m_distance
distance to be used
virtual EFeatureType get_feature_type()=0
virtual const char * get_name() const