11 #ifndef _GAUSSIANSHORTREALKERNEL_H___
12 #define _GAUSSIANSHORTREALKERNEL_H___
76 virtual const char*
get_name()
const {
return "GaussianShortRealKernel"; }
The class DenseFeatures implements dense feature matrices.
virtual const char * get_name() const
CGaussianShortRealKernel()
virtual void register_params()
Template class DotKernel is the base class for kernels working on DotFeatures.
virtual EKernelType get_kernel_type()
virtual ~CGaussianShortRealKernel()
The well known Gaussian kernel (swiss army knife for SVMs) on dense short-real valued features...
virtual bool init(CFeatures *l, CFeatures *r)
virtual float64_t compute(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.