Class CM_COV_Object

    • Constructor Detail

      • CM_COV_Object

        public CM_COV_Object()
    • Method Detail

      • reset

        public void reset()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • isCMAllZeros

        public boolean isCMAllZeros()
      • isCOVAllZeros

        public boolean isCOVAllZeros()
      • getRequiredResult

        public double getRequiredResult​(Operator op)
        Return the result of the aggregated operation given the operator.
        Parameters:
        op - operator
        Returns:
        result of the aggregated operation for the given operator
      • getRequiredResult

        public double getRequiredResult​(CMOperator.AggregateOperationTypes agg)
        Return the result of the aggregated operation given the operation type.
        Parameters:
        agg - aggregate operation type
        Returns:
        result of the aggregated operation given the operation type
      • getRequiredPartialResult

        public double getRequiredPartialResult​(Operator op)
      • getWeight

        public double getWeight()