12 #ifndef _AUCKERNEL_H___ 13 #define _AUCKERNEL_H___ 15 #include <shogun/lib/config.h> 25 template <
class T>
class CDenseFeatures;
79 virtual const char*
get_name()
const {
return "AUCKernel" ; }
The class Labels models labels, i.e. class assignments of objects.
virtual EFeatureClass get_feature_class()
CLabels * setup_auc_maximization(CLabels *labels)
EFeatureClass
shogun feature class
The AUC kernel can be used to maximize the area under the receiver operator characteristic curve (AUC...
Template class DotKernel is the base class for kernels working on DotFeatures.
virtual EFeatureType get_feature_type()
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 float64_t compute(int32_t idx_a, int32_t idx_b)
virtual EKernelType get_kernel_type()