11 #include <shogun/lib/config.h> 13 #ifndef CAUCHYKERNEL_H_ 14 #define CAUCHYKERNEL_H_ 81 virtual const char*
get_name()
const {
return "CauchyKernel"; }
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()
float64_t m_sigma
sigma parameter of kernel
EFeatureClass
shogun feature class
EFeatureType
shogun feature type
all of classes and functions are contained in the shogun namespace
virtual const char * get_name() const
The class Features is the base class of all feature objects.
virtual EFeatureType get_feature_type()=0
virtual EFeatureType get_feature_type()
CDistance * m_distance
distance to be used
virtual bool init(CFeatures *l, CFeatures *r)
virtual EFeatureClass get_feature_class()
virtual float64_t compute(int32_t idx_a, int32_t idx_b)