次の方法で共有


HardThresholdCondition クラス

定義

HardThresholdCondition。

public class HardThresholdCondition
type HardThresholdCondition = class
Public Class HardThresholdCondition
継承
HardThresholdCondition

コンストラクター

HardThresholdCondition(AnomalyDetectorDirection, SuppressCondition)

HardThresholdCondition クラスの新しいインスタンスを初期化します。

プロパティ

AnomalyDetectorDirection

期待される値範囲を区切る境界を設定します。 この範囲外のデータ ポイントは、異常と見なされます。 または BothLowerBound場合Downは が必要です。 または BothUpperBound場合Upは が必要です。

LowerBound

データ ポイントが想定する最小値。 が または Bothの場合AnomalyDetectorDirectionは、 をDown設定する必要があります。

SuppressCondition

SuppressConditionすべての異常なデータ ポイントに適用される 。

UpperBound

データ ポイントが想定する最大値。 が または Bothの場合AnomalyDetectorDirectionは、 をUp設定する必要があります。

適用対象