Delen via


AnomalyValue Class

  • java.lang.Object
    • com.azure.ai.anomalydetector.models.AnomalyValue

public final class AnomalyValue

Detailed information of the anomalous timestamp.

Method Summary

Modifier and Type Method and Description
List<AnomalyInterpretation> 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 isAnomaly property: True if an anomaly is detected at the current timestamp.

Methods inherited from java.lang.Object

Method Details

getInterpretation

public List getInterpretation()

Get the interpretation property: Interpretation of this anomalous timestamp.

Returns:

the interpretation value.

getScore

public double getScore()

Get the score property: Raw anomaly score of severity, will help indicate the degree of abnormality as well.

Returns:

the score value.

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:

the severity value.

isAnomaly

public boolean isAnomaly()

Get the isAnomaly property: True if an anomaly is detected at the current timestamp.

Returns:

the isAnomaly value.

Applies to