AnomalyValue Class
- java.
lang. Object - com.
azure. ai. anomalydetector. models. AnomalyValue
- com.
public final class AnomalyValue
Detailed information of the anomalous timestamp.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Anomaly |
getInterpretation()
Get the interpretation property: Interpretation of this anomalous timestamp. |
double |
getScore()
Get the score property: Raw anomaly score of severity, will help indicate the degree of abnormality as well. |
double |
getSeverity()
Get the severity property: Indicates the significance of the anomaly. |
boolean |
isAnomaly()
Get the is |
Methods inherited from java.lang.Object
Method Details
getInterpretation
public List
Get the interpretation property: Interpretation of this anomalous timestamp.
Returns:
getScore
public double getScore()
Get the score property: Raw anomaly score of severity, will help indicate the degree of abnormality as well.
Returns:
getSeverity
public double getSeverity()
Get the severity property: Indicates the significance of the anomaly. The higher the severity, the more significant the anomaly is.
Returns:
isAnomaly
public boolean isAnomaly()
Get the isAnomaly property: True if an anomaly is detected at the current timestamp.
Returns:
Applies to
Azure SDK for Java