Partager via


EntireDetectResponse.IsNegativeAnomaly Propriété

Définition

Obtient ou définit isNegativeAnomaly contient des status d’anomalie dans une direction négative pour chaque point d’entrée. True signifie qu’une anomalie négative a été détectée. Une anomalie négative signifie que le point est détecté comme une anomalie et que sa valeur réelle est inférieure à celle attendue. L’index du tableau est cohérent avec la série d’entrée.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à