32 #ifndef GAUSSIANARDSPARSEKERNEL_H
33 #define GAUSSIANARDSPARSEKERNEL_H
66 virtual const char*
get_name()
const {
return "GaussianARDSparseKernel"; }
72 void initialize_sparse_kernel();
74 #ifdef HAVE_LINALG_LIB
Gaussian Kernel with Automatic Relevance Detection with supporting Sparse inference.
virtual ~CGaussianARDSparseKernel()
float64_t kernel(int32_t idx_a, int32_t idx_b)
Features that support dot products among other operations.
Gaussian Kernel with Automatic Relevance Detection computed on CDotFeatures.
virtual const char * get_name() const
CGaussianARDSparseKernel()
static CKernel * obtain_from_generic(CSGObject *kernel)
all of classes and functions are contained in the shogun namespace
virtual SGMatrix< float64_t > get_parameter_gradient(const TParameter *param, index_t index=-1)
virtual EKernelType get_kernel_type()
virtual SGVector< float64_t > get_parameter_gradient_diagonal(const TParameter *param, index_t index=-1)