Class RegressionSufficientStatistics
java.lang.Object
org.tribuo.regression.evaluation.RegressionSufficientStatistics
The sufficient statistics for regression metrics (i.e., each prediction and each true value).
-
Constructor Summary
ConstructorsConstructorDescriptionRegressionSufficientStatistics
(ImmutableOutputInfo<Regressor> domain, List<Prediction<Regressor>> predictions, boolean useExampleWeights) -
Method Summary
-
Constructor Details
-
RegressionSufficientStatistics
public RegressionSufficientStatistics(ImmutableOutputInfo<Regressor> domain, List<Prediction<Regressor>> predictions, boolean useExampleWeights)
-