Package org.tribuo.regression.evaluation
package org.tribuo.regression.evaluation
Evaluation classes for single or multi-dimensional regression.
 
 The default metrics calculated are found in RegressionMetrics.
 
User specified metrics are not currently supported.
- 
ClassDescriptionDefines methods that calculate regression performance.AEvaluationMetricforRegressors which calculates the metric based on a the true values and the predicted values.An enum of the defaultRegressionMetrics supported by the multi-dimensional regression evaluation package.The sufficient statistics for regression metrics (i.e., each prediction and each true value).