AnomalyInterpretation Class
- java.
lang. Object - com.
azure. ai. anomalydetector. models. AnomalyInterpretation
- com.
public final class AnomalyInterpretation
Interpretation of the anomalous timestamp.
Method Summary
Modifier and Type | Method and Description |
---|---|
Double |
getContributionScore()
Get the contribution |
Correlation |
getCorrelationChanges()
Get the correlation |
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:
getCorrelationChanges
public CorrelationChanges getCorrelationChanges()
Get the correlationChanges property: Correlation changes among the anomalous variables.
Returns:
getVariable
public String getVariable()
Get the variable property: Variable.
Returns:
Applies to
Azure SDK for Java