| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorMetric |
ErrorMetric.clone() |
ErrorMetric |
ErrorMetric.withForecastType(String forecastType)
The Forecast type used to compute WAPE, MAPE, MASE, and RMSE.
|
ErrorMetric |
ErrorMetric.withMAPE(Double mAPE)
The Mean Absolute Percentage Error (MAPE)
|
ErrorMetric |
ErrorMetric.withMASE(Double mASE)
The Mean Absolute Scaled Error (MASE)
|
ErrorMetric |
ErrorMetric.withRMSE(Double rMSE)
The root-mean-square error (RMSE).
|
ErrorMetric |
ErrorMetric.withWAPE(Double wAPE)
The weighted absolute percentage error (WAPE).
|
| Modifier and Type | Method and Description |
|---|---|
List<ErrorMetric> |
Metrics.getErrorMetrics()
Provides detailed error metrics for each forecast type.
|
| Modifier and Type | Method and Description |
|---|---|
Metrics |
Metrics.withErrorMetrics(ErrorMetric... errorMetrics)
Provides detailed error metrics for each forecast type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Metrics.setErrorMetrics(Collection<ErrorMetric> errorMetrics)
Provides detailed error metrics for each forecast type.
|
Metrics |
Metrics.withErrorMetrics(Collection<ErrorMetric> errorMetrics)
Provides detailed error metrics for each forecast type.
|
Copyright © 2023. All rights reserved.