13 #ifndef ANOVAKERNEL_H_
14 #define ANOVAKERNEL_H_
85 virtual const char*
get_name()
const {
return "ANOVAKernel"; }
void set_cardinality(int32_t value)
int32_t cardinality
degree parameter of kernel
virtual const char * get_name() const
virtual EFeatureType get_feature_type()
int32_t get_cardinality()
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
ANOVA (ANalysis Of VAriances) kernel.
float64_t kernel(int32_t idx_a, int32_t idx_b)
float64_t compute_rec2(int32_t idx_a, int32_t idx_b)
EFeatureClass
shogun feature class
Template class DotKernel is the base class for kernels working on DotFeatures.
virtual bool init(CFeatures *l, CFeatures *r)
static CANOVAKernel * obtain_from_generic(CKernel *kernel)
virtual EFeatureClass get_feature_class()
EFeatureType
shogun feature type
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual EKernelType get_kernel_type()
float64_t compute_rec1(int32_t idx_a, int32_t idx_b)