AnomalyValue interface
Properties
interpretation | |
is |
True if an anomaly is detected at the current timestamp. |
score | Raw score from the model. |
severity | Indicates the significance of the anomaly. The higher the severity, the more significant the anomaly. |
Property Details
interpretation
isAnomaly
True if an anomaly is detected at the current timestamp.
isAnomaly: boolean
Property Value
boolean
score
Raw score from the model.
score: number
Property Value
number
severity
Indicates the significance of the anomaly. The higher the severity, the more significant the anomaly.
severity: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript