ChangeThresholdCondition Class

Definition

The ChangeThresholdCondition.

public class ChangeThresholdCondition
type ChangeThresholdCondition = class
Public Class ChangeThresholdCondition
Inheritance
ChangeThresholdCondition

Constructors

ChangeThresholdCondition(Double, Int32, Boolean, AnomalyDetectorDirection, SuppressCondition)

Initializes a new instance of the ChangeThresholdCondition class.

Properties

AnomalyDetectorDirection

Sets the boundaries that delimit the expected value range. When WithinRange is true, can only be set to Both. Otherwise, can only be set to Up or Down.

ChangePercentage

The percentage of change, compared to the previous point, that delimits the boundary for detecting anomalous points.

ShiftPoint

When set to N, sets as reference the data point that's N positions before the current point. Value must be at least 1.

SuppressCondition

The SuppressCondition to be applied to every anomalous data point.

WithinRange

If true, points inside the ChangePercentage boundary are considered anomalous (ideal for detecting flat lines and stable values). If false, only points outside of the boundary can be considered anomalies (ideal for detecting fluctuations). See AnomalyDetectorDirection to check which boundaries are supported for each case.

Applies to