CorrelationChanges Class

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

public final class CorrelationChanges

Correlation changes among the anomalous variables.

Method Summary

Modifier and Type Method and Description
List<String> getChangedVariables()

Get the changedVariables property: The correlated variables that have correlation changes under an anomaly.

Methods inherited from java.lang.Object

Method Details

getChangedVariables

public List getChangedVariables()

Get the changedVariables property: The correlated variables that have correlation changes under an anomaly.

Returns:

the changedVariables value.

Applies to