EntireDetectResponse.IsNegativeAnomaly Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to