Sdílet prostřednictvím


ForecastingSeasonality Class

Definition

Forecasting seasonality. Please note ForecastingSeasonality 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 AutoSeasonality and CustomSeasonality.

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

Constructors

ForecastingSeasonality()

Initializes a new instance of ForecastingSeasonality.

Applies to