32 #ifndef GAUSSIANARDFITCKERNEL_H
33 #define GAUSSIANARDFITCKERNEL_H
66 virtual const char*
get_name()
const {
return "GaussianARDFITCKernel"; }
virtual EKernelType get_kernel_type()
virtual CSGObject * shallow_copy() const
float64_t kernel(int32_t idx_a, int32_t idx_b)
virtual ~CGaussianARDFITCKernel()
virtual const char * get_name() const
Features that support dot products among other operations.
Gaussian Kernel with Automatic Relevance Detection computed on CDotFeatures.
Class SGObject is the base class of all shogun objects.
static CKernel * obtain_from_generic(CSGObject *kernel)
virtual SGMatrix< float64_t > get_parameter_gradient(const TParameter *param, index_t index=-1)
Gaussian Kernel with Automatic Relevance Detection with supporting FITC inference.