8 #ifndef _MULTILABEL_ACCURACY__H__ 9 #define _MULTILABEL_ACCURACY__H__ 11 #include <shogun/lib/config.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
all of classes and functions are contained in the shogun namespace
Class CMultilabelAccuracy used to compute accuracy of multilabel classification.
virtual ~CMultilabelAccuracy()
EEvaluationDirection get_evaluation_direction() const
Class Evaluation, a base class for other classes used to evaluate labels, e.g. accuracy of classifica...