HardThresholdCondition Class

Definition

The HardThresholdCondition.

public class HardThresholdCondition
type HardThresholdCondition = class
Public Class HardThresholdCondition
Inheritance
HardThresholdCondition

Constructors

HardThresholdCondition(AnomalyDetectorDirection, SuppressCondition)

Initializes a new instance of the HardThresholdCondition class.

Properties

AnomalyDetectorDirection

Sets the boundaries that delimit the expected value range. Data points out of this range are considered anomalous. If Down or Both, LowerBound is required. If Up or Both, UpperBound is required.

LowerBound

The minimum value a data point is expected to assume. Must be set if AnomalyDetectorDirection is Down or Both.

SuppressCondition

The SuppressCondition to be applied to every anomalous data point.

UpperBound

The maximum value a data point is expected to assume. Must be set if AnomalyDetectorDirection is Up or Both.

Applies to