17 using namespace shogun;
52 bool result=CDotKernel::init(l,r);
69 for (int32_t i=0; i<alen; i++)
77 result=exp(-result/
width);
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
Template class DotKernel is the base class for kernels working on DotFeatures.
void add(bool *param, const char *name, const char *description="")
virtual bool init_normalizer()
CFeatures * rhs
feature vectors to occur on right hand side
CFeatures * lhs
feature vectors to occur on left hand side
The class Features is the base class of all feature objects.