22 :
CKernel(cache), m_distance(dist), m_coef(coef)
30 :
CKernel(10), m_distance(dist), m_coef(coef)
58 void CMultiquadricKernel::init()
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
float64_t m_coef
theta parameter of kernel - coefficient
Class Distance, a base class for all the distances used in the Shogun toolbox.
virtual ~CMultiquadricKernel()
Class SGObject is the base class of all shogun objects.
virtual bool init_normalizer()
virtual bool init(CFeatures *l, CFeatures *r)
virtual float64_t distance(int32_t idx_a, int32_t idx_b)
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
CDistance * m_distance
distance to be used
virtual bool init(CFeatures *lhs, CFeatures *rhs)