Share via


UnivariateChangePointDetectionResult.IsChangePoint Property

Definition

Change point properties for each input point. True means an anomaly (either negative or positive) has been detected. The index of the array is consistent with the input series.

public System.Collections.Generic.IReadOnlyList<bool> IsChangePoint { get; }
member this.IsChangePoint : System.Collections.Generic.IReadOnlyList<bool>
Public ReadOnly Property IsChangePoint As IReadOnlyList(Of Boolean)

Property Value

Applies to