11 #ifndef ROCEVALUATION_H_
12 #define ROCEVALUATION_H_
42 virtual inline const char*
get_name()
const {
return "ROCEvaluation"; };
virtual const char * get_name() const
SGVector< float64_t > get_thresholds()
The class Labels models labels, i.e. class assignments of objects.
SGMatrix< float64_t > get_ROC()
EEvaluationDirection get_evaluation_direction()
Class ROCEvalution used to evaluate ROC (Receiver Operator Characteristic) and an area under ROC curv...
virtual ~CROCEvaluation()
virtual float64_t evaluate(CLabels *predicted, CLabels *ground_truth)
The class TwoClassEvaluation, a base class used to evaluate binary classification labels...