TargetRollingWindowSize Class

Definition

Forecasting target rolling window size. Please note TargetRollingWindowSize 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 AutoTargetRollingWindowSize and CustomTargetRollingWindowSize.

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

Constructors

TargetRollingWindowSize()

Initializes a new instance of TargetRollingWindowSize.

Applies to