See: Description
Interface | Description |
---|---|
RegressionEvaluation |
Defines methods that calculate regression performance.
|
Class | Description |
---|---|
RegressionEvaluator | |
RegressionMetric |
A
EvaluationMetric for Regressor s which calculates the metric based on a
the true values and the predicted values. |
RegressionSufficientStatistics |
The sufficient statistics for regression metrics (i.e., each prediction and each true value).
|
Enum | Description |
---|---|
RegressionMetrics |
An enum of the default
RegressionMetric s supported by the multi-dimensional regression
evaluation package. |
The default metrics calculated are found in RegressionMetrics
.
User specified metrics are not currently supported.
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.