22 :
CKernel(cache), m_distance(dist), m_theta(theta)
30 :
CKernel(10), m_distance(dist), m_theta(theta)
52 void CWaveKernel::init()
Class Distance, a base class for all the distances used in the Shogun toolbox.
CDistance * m_distance
distance to be used
float64_t m_theta
theta parameter of kernel
Class SGObject is the base class of all shogun objects.
virtual bool init_normalizer()
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.
virtual bool init(CFeatures *lhs, CFeatures *rhs)
virtual bool init(CFeatures *l, CFeatures *r)
virtual float64_t compute(int32_t idx_a, int32_t idx_b)