ChangeThresholdCondition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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 |
Applies to
Azure SDK for .NET