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, MAPE, MASE, and RMSE.
|
ErrorMetric.Builder |
mape(Double mape)
The Mean Absolute Percentage Error (MAPE)
|
ErrorMetric.Builder |
mase(Double mase)
The Mean Absolute Scaled Error (MASE)
|
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, MAPE, MASE, and RMSE.
forecastType - The Forecast type used to compute WAPE, MAPE, MASE, 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).ErrorMetric.Builder mase(Double mase)
The Mean Absolute Scaled Error (MASE)
mase - The Mean Absolute Scaled Error (MASE)ErrorMetric.Builder mape(Double mape)
The Mean Absolute Percentage Error (MAPE)
mape - The Mean Absolute Percentage Error (MAPE)Copyright © 2023. All rights reserved.