Class AnomalyValue

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

public final class AnomalyValue extends Object
Detailed information of the anomalous timestamp.
  • Method Details

    • isAnomaly

      public boolean isAnomaly()
      Get the isAnomaly property: True if an anomaly is detected at the current timestamp.
      Returns:
      the isAnomaly 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.
    • 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.
    • getInterpretation

      public List<AnomalyInterpretation> getInterpretation()
      Get the interpretation property: Interpretation of this anomalous timestamp.
      Returns:
      the interpretation value.