Partilhar via


EntireDetectResponse.IsNegativeAnomaly Propriedade

Definição

Obtém ou define isNegativeAnomaly contém anomalias status em direção negativa para cada ponto de entrada. True significa que uma anomalia negativa foi detectada. Uma anomalia negativa significa que o ponto é detectado como uma anomalia e seu valor real é menor que o esperado. O índice da matriz é consistente com a série de entrada.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a