SmartDetectionCondition Constructor

Definition

Initializes a new instance of the SmartDetectionCondition class.

public SmartDetectionCondition (double sensitivity, Azure.AI.MetricsAdvisor.Models.AnomalyDetectorDirection anomalyDetectorDirection, Azure.AI.MetricsAdvisor.Models.SuppressCondition suppressCondition);
new Azure.AI.MetricsAdvisor.Models.SmartDetectionCondition : double * Azure.AI.MetricsAdvisor.Models.AnomalyDetectorDirection * Azure.AI.MetricsAdvisor.Models.SuppressCondition -> Azure.AI.MetricsAdvisor.Models.SmartDetectionCondition
Public Sub New (sensitivity As Double, anomalyDetectorDirection As AnomalyDetectorDirection, suppressCondition As SuppressCondition)

Parameters

sensitivity
Double

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.

anomalyDetectorDirection
AnomalyDetectorDirection

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

suppressCondition
SuppressCondition

The SuppressCondition to be applied to every anomalous data point.

Exceptions

suppressCondition is null.

Applies to