10 #ifndef MEANABSOLUTEERROR_H_
11 #define MEANABSOLUTEERROR_H_
56 virtual const char*
get_name()
const {
return "MeanAbsoluteError"; }
The class Labels models labels, i.e. class assignments of objects.
virtual float64_t evaluate(CLabels *predicted, CLabels *ground_truth)
Class MeanAbsoluteError used to compute an error of regression model.
virtual const char * get_name() const
all of classes and functions are contained in the shogun namespace
virtual ~CMeanAbsoluteError()
EEvaluationDirection get_evaluation_direction() const
Class Evaluation, a base class for other classes used to evaluate labels, e.g. accuracy of classifica...