8 #ifndef _MULTILABEL_ACCURACY__H__
9 #define _MULTILABEL_ACCURACY__H__
55 return "MultilabelAccuracy";
The class Labels models labels, i.e. class assignments of objects.
virtual float64_t evaluate(CLabels *predicted, CLabels *ground_truth)
virtual const char * get_name() const
EEvaluationDirection get_evaluation_direction() const
all of classes and functions are contained in the shogun namespace
Class CMultilabelAccuracy used to compute accuracy of multilabel classification.
virtual ~CMultilabelAccuracy()
Class Evaluation, a base class for other classes used to evaluate labels, e.g. accuracy of classifica...