Sdílet prostřednictvím


AnomalyInterpretation Class

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

public final class AnomalyInterpretation

Interpretation of the anomalous timestamp.

Method Summary

Modifier and Type Method and Description
Double getContributionScore()

Get the contributionScore property: This score shows the percentage contributing to the anomalous timestamp.

CorrelationChanges getCorrelationChanges()

Get the correlationChanges property: Correlation changes among the anomalous variables.

String getVariable()

Get the variable property: Variable.

Methods inherited from java.lang.Object

Method Details

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.

getVariable

public String getVariable()

Get the variable property: Variable.

Returns:

the variable value.

Applies to