Sdílet prostřednictvím


TargetLags Class

Definition

The number of past periods to lag from the target column. Please note TargetLags 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 AutoTargetLags and CustomTargetLags.

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

Constructors

TargetLags()

Initializes a new instance of TargetLags.

Applies to