UnivariateEntireDetectionResult.IsAnomaly Property

Definition

Anomaly 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> IsAnomaly { get; }
member this.IsAnomaly : System.Collections.Generic.IReadOnlyList<bool>
Public ReadOnly Property IsAnomaly As IReadOnlyList(Of Boolean)

Property Value

Applies to