10 #ifndef MEANABSOLUTEERROR_H_ 11 #define MEANABSOLUTEERROR_H_ 13 #include <shogun/lib/config.h> 56 virtual const char*
get_name()
const {
return "MeanAbsoluteError"; }
EEvaluationDirection get_evaluation_direction() const
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()
Class Evaluation, a base class for other classes used to evaluate labels, e.g. accuracy of classifica...