17 using namespace shogun;
27 :
CKernel(10), kmatrix(), upper_diagonal(false)
39 :
CKernel(10), upper_diagonal(false)
66 void CCustomKernel::cleanup_custom()
68 SG_DEBUG(
"cleanup up custom kernel\n");
SGMatrix< float32_t > kmatrix
virtual int32_t get_num_vectors() const =0
void add(bool *param, const char *name, const char *description="")
SGMatrix< float64_t > get_kernel_matrix()
virtual bool dummy_init(int32_t rows, int32_t cols)
virtual bool init_normalizer()
The class DummyFeatures implements features that only know the number of feature objects (but don't a...
bool set_full_kernel_matrix_from_full(SGMatrix< float32_t > full_kernel_matrix)
The class Features is the base class of all feature objects.