| 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 and RMSE.
|
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 on forecast type, root-mean square-error (RMSE), and weighted average percentage
error (WAPE).
|
| Modifier and Type | Method and Description |
|---|---|
Metrics |
Metrics.withErrorMetrics(ErrorMetric... errorMetrics)
Provides detailed error metrics on forecast type, root-mean square-error (RMSE), and weighted average percentage
error (WAPE).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Metrics.setErrorMetrics(Collection<ErrorMetric> errorMetrics)
Provides detailed error metrics on forecast type, root-mean square-error (RMSE), and weighted average percentage
error (WAPE).
|
Metrics |
Metrics.withErrorMetrics(Collection<ErrorMetric> errorMetrics)
Provides detailed error metrics on forecast type, root-mean square-error (RMSE), and weighted average percentage
error (WAPE).
|
Copyright © 2021. All rights reserved.