Class CustomForecastHorizon


  • public final class CustomForecastHorizon
    extends ForecastHorizon
    The desired maximum forecast horizon in units of time-series frequency.
    • Constructor Detail

      • CustomForecastHorizon

        public CustomForecastHorizon()
    • Method Detail

      • value

        public int value()
        Get the value property: [Required] Forecast horizon value.
        Returns:
        the value value.
      • withValue

        public CustomForecastHorizon withValue​(int value)
        Set the value property: [Required] Forecast horizon value.
        Parameters:
        value - the value value to set.
        Returns:
        the CustomForecastHorizon object itself.