次の方法で共有


EntireDetectResponse.IsPositiveAnomaly プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象