ModelInfo.SlidingWindow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An optional field, indicates how many history points will be used to determine the anomaly score of one subsequent point.
public int? SlidingWindow { get; set; }
member this.SlidingWindow : Nullable<int> with get, set
Public Property SlidingWindow As Nullable(Of Integer)
Property Value
- System.Nullable<System.Int32>