Class CorrelationChanges


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

      • CorrelationChanges

        public CorrelationChanges()
    • Method Detail

      • 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.