ForecastHorizon Class

Definition

The desired maximum forecast horizon in units of time-series frequency. Please note ForecastHorizon is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AutoForecastHorizon and CustomForecastHorizon.

public abstract class ForecastHorizon
type ForecastHorizon = class
Public MustInherit Class ForecastHorizon
Inheritance
ForecastHorizon
Derived

Constructors

ForecastHorizon()

Initializes a new instance of ForecastHorizon.

Applies to