SmartDetectionCondition 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 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
Azure SDK for .NET