SuppressCondition(Int32, Double) Constructor

Definition

Initializes a new instance of the SuppressCondition class.

public SuppressCondition (int minimumNumber, double minimumRatio);
new Azure.AI.MetricsAdvisor.Models.SuppressCondition : int * double -> Azure.AI.MetricsAdvisor.Models.SuppressCondition
Public Sub New (minimumNumber As Integer, minimumRatio As Double)

Parameters

minimumNumber
Int32

The amount of data points to peek at when looking back on the previously ingested data. Must include the most recent point, so value must be at least 1.

minimumRatio
Double

The minimum percentage of anomalous values that must be present in the latest ingested data points to consider the current point an anomaly. Value is between (0, 100].

Applies to