次の方法で共有


EntireDetectResponse.IsNegativeAnomaly プロパティ

定義

isNegativeAnomaly に、入力ポイントごとに負の方向の異常状態が含まれているかどうかを取得または設定します。 True は、負の異常が検出されたことを意味します。 負の異常とは、ポイントが異常として検出され、実際の値が予想よりも小さい場合を意味します。 配列のインデックスは入力系列と一致します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象