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