Class CorrelationChanges

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

public final class CorrelationChanges extends Object
The CorrelationChanges model.
  • Constructor Details

    • CorrelationChanges

      public CorrelationChanges()
  • Method Details

    • getChangedVariables

      public List<String> getChangedVariables()
      Get the changedVariables property: correlated variables.
      Returns:
      the changedVariables value.
    • setChangedVariables

      public CorrelationChanges setChangedVariables(List<String> changedVariables)
      Set the changedVariables property: correlated variables.
      Parameters:
      changedVariables - the changedVariables value to set.
      Returns:
      the CorrelationChanges object itself.
    • getChangedValues

      public List<Float> getChangedValues()
      Get the changedValues property: changes in correlation.
      Returns:
      the changedValues value.
    • setChangedValues

      public CorrelationChanges setChangedValues(List<Float> changedValues)
      Set the changedValues property: changes in correlation.
      Parameters:
      changedValues - the changedValues value to set.
      Returns:
      the CorrelationChanges object itself.