Class AnomalyInterpretation

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

public final class AnomalyInterpretation extends Object
Interpretation of the anomalous timestamp.
  • Method Details

    • getVariable

      public String getVariable()
      Get the variable property: Variable.
      Returns:
      the variable value.
    • getContributionScore

      public Double getContributionScore()
      Get the contributionScore property: This score shows the percentage contributing to the anomalous timestamp. A number between 0 and 1.
      Returns:
      the contributionScore value.
    • getCorrelationChanges

      public CorrelationChanges getCorrelationChanges()
      Get the correlationChanges property: Correlation changes among the anomalous variables.
      Returns:
      the correlationChanges value.