Partager via


EntireDetectResponse.IsPositiveAnomaly Propriété

Définition

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

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à