EntireDetectResponse.IsPositiveAnomaly Property

Definition

Gets or sets isPositiveAnomaly contain anomaly status in positive direction for each input point. True means a positive anomaly has been detected. A positive anomaly means the point is detected as an anomaly and its real value is larger than the expected one. The index of the array is consistent with the input series.

[Newtonsoft.Json.JsonProperty(PropertyName="isPositiveAnomaly")]
public System.Collections.Generic.IList<bool> IsPositiveAnomaly { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isPositiveAnomaly")>]
member this.IsPositiveAnomaly : System.Collections.Generic.IList<bool> with get, set
Public Property IsPositiveAnomaly As IList(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to