Interface TimeBasedForecastProperties.Builder

    • Method Detail

      • periodsForward

        TimeBasedForecastProperties.Builder periodsForward​(Integer periodsForward)

        The periods forward setup of a forecast computation.

        Parameters:
        periodsForward - The periods forward setup of a forecast computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • periodsBackward

        TimeBasedForecastProperties.Builder periodsBackward​(Integer periodsBackward)

        The periods backward setup of a forecast computation.

        Parameters:
        periodsBackward - The periods backward setup of a forecast computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • upperBoundary

        TimeBasedForecastProperties.Builder upperBoundary​(Double upperBoundary)

        The upper boundary setup of a forecast computation.

        Parameters:
        upperBoundary - The upper boundary setup of a forecast computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lowerBoundary

        TimeBasedForecastProperties.Builder lowerBoundary​(Double lowerBoundary)

        The lower boundary setup of a forecast computation.

        Parameters:
        lowerBoundary - The lower boundary setup of a forecast computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • predictionInterval

        TimeBasedForecastProperties.Builder predictionInterval​(Integer predictionInterval)

        The prediction interval setup of a forecast computation.

        Parameters:
        predictionInterval - The prediction interval setup of a forecast computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • seasonality

        TimeBasedForecastProperties.Builder seasonality​(Integer seasonality)

        The seasonality setup of a forecast computation. Choose one of the following options:

        • NULL: The input is set to NULL.

        • NON_NULL: The input is set to a custom value.

        Parameters:
        seasonality - The seasonality setup of a forecast computation. Choose one of the following options:

        • NULL: The input is set to NULL.

        • NON_NULL: The input is set to a custom value.

        Returns:
        Returns a reference to this object so that method calls can be chained together.