Interface ErrorMetric.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ErrorMetric.Builder,ErrorMetric>, SdkBuilder<ErrorMetric.Builder,ErrorMetric>, SdkPojo
Enclosing class:
ErrorMetric

public static interface ErrorMetric.Builder extends SdkPojo, CopyableBuilder<ErrorMetric.Builder,ErrorMetric>
  • Method Details

    • forecastType

      ErrorMetric.Builder forecastType(String forecastType)

      The Forecast type used to compute WAPE, MAPE, MASE, and RMSE.

      Parameters:
      forecastType - The Forecast type used to compute WAPE, MAPE, MASE, and RMSE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • wape

      The weighted absolute percentage error (WAPE).

      Parameters:
      wape - The weighted absolute percentage error (WAPE).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rmse

      The root-mean-square error (RMSE).

      Parameters:
      rmse - The root-mean-square error (RMSE).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mase

      The Mean Absolute Scaled Error (MASE)

      Parameters:
      mase - The Mean Absolute Scaled Error (MASE)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mape

      The Mean Absolute Percentage Error (MAPE)

      Parameters:
      mape - The Mean Absolute Percentage Error (MAPE)
      Returns:
      Returns a reference to this object so that method calls can be chained together.