public static interface ErrorMetric.Builder extends SdkPojo, CopyableBuilder<ErrorMetric.Builder,ErrorMetric>
| Modifier and Type | Method and Description |
|---|---|
ErrorMetric.Builder |
forecastType(String forecastType)
The Forecast type used to compute WAPE and RMSE.
|
ErrorMetric.Builder |
rmse(Double rmse)
The root-mean-square error (RMSE).
|
ErrorMetric.Builder |
wape(Double wape)
The weighted absolute percentage error (WAPE).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorMetric.Builder forecastType(String forecastType)
The Forecast type used to compute WAPE and RMSE.
forecastType - The Forecast type used to compute WAPE and RMSE.ErrorMetric.Builder wape(Double wape)
The weighted absolute percentage error (WAPE).
wape - The weighted absolute percentage error (WAPE).ErrorMetric.Builder rmse(Double rmse)
The root-mean-square error (RMSE).
rmse - The root-mean-square error (RMSE).Copyright © 2020. All rights reserved.