11 #ifndef _GAUSSIANSHORTREALKERNEL_H___ 12 #define _GAUSSIANSHORTREALKERNEL_H___ 14 #include <shogun/lib/config.h> 76 virtual const char*
get_name()
const {
return "GaussianShortRealKernel"; }
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 const char * get_name() const
virtual bool init(CFeatures *l, CFeatures *r)
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
The class DenseFeatures implements dense feature matrices.
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.