SmartDetectionCondition Class

Definition

The SmartDetectionCondition.

public class SmartDetectionCondition
type SmartDetectionCondition = class
Public Class SmartDetectionCondition
Inheritance
SmartDetectionCondition

Constructors

SmartDetectionCondition(Double, AnomalyDetectorDirection, SuppressCondition)

Initializes a new instance of the SmartDetectionCondition class.

Properties

AnomalyDetectorDirection

Sets the boundaries that delimit the expected value range. Data points out of this range are considered anomalous.

Sensitivity

A numerical value to adjust the tolerance of the anomaly detection with a range of (0, 100]. It affects the width of the expected value range of each point. When increased, the expected value range will be tighter, and more anomalies will be reported. When turned down, the expected value range will be wider, and fewer anomalies will be reported.

SuppressCondition

The SuppressCondition to be applied to every anomalous data point.

Applies to