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