13 #ifndef TSTUDENTKERNEL_H_
14 #define TSTUDENTKERNEL_H_
83 virtual const char*
get_name()
const {
return "TStudentKernel"; }
virtual EFeatureClass get_feature_class()=0
Class Distance, a base class for all the distances used in the Shogun toolbox.
virtual EKernelType get_kernel_type()
virtual bool init(CFeatures *l, CFeatures *r)
Generalized T-Student kernel.
EFeatureClass
shogun feature class
virtual EFeatureType get_feature_type()
virtual float64_t compute(int32_t idx_a, int32_t idx_b)
float64_t degree
degree parameter of kernel
void set_degree(float64_t value)
virtual const char * get_name() const
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 ~CTStudentKernel()
virtual EFeatureType get_feature_type()=0
CDistance * distance
distance to be used
virtual EFeatureClass get_feature_class()