public class CM_COV_Object extends Data
| Modifier and Type | Field and Description | 
|---|---|
| KahanObject | c2 | 
| KahanObject | m2 | 
| KahanObject | m3 | 
| KahanObject | m4 | 
| KahanObject | mean | 
| KahanObject | mean_v | 
| double | w | 
| Constructor and Description | 
|---|
| CM_COV_Object() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(CM_COV_Object that) | 
| boolean | equals(Object o) | 
| String | getDebugName() | 
| double | getRequiredPartialResult(Operator op) | 
| double | getRequiredResult(CMOperator.AggregateOperationTypes agg)Return the result of the aggregated operation given the
 operation type. | 
| double | getRequiredResult(Operator op)Return the result of the aggregated operation given the
 operator. | 
| double | getWeight() | 
| int | hashCode() | 
| boolean | isCMAllZeros() | 
| boolean | isCOVAllZeros() | 
| void | reset() | 
| void | set(CM_COV_Object that) | 
| String | toString() | 
getDataType, getMetaData, getPrivacyConstraint, getValueType, removeMetaData, setMetaData, setPrivacyConstraints, updateDataCharacteristicspublic double w
public KahanObject mean
public KahanObject m2
public KahanObject m3
public KahanObject m4
public KahanObject mean_v
public KahanObject c2
public void reset()
public int compareTo(CM_COV_Object that)
public void set(CM_COV_Object that)
public boolean isCMAllZeros()
public boolean isCOVAllZeros()
public double getRequiredResult(Operator op)
op - operatorpublic double getRequiredResult(CMOperator.AggregateOperationTypes agg)
agg - aggregate operation typepublic double getRequiredPartialResult(Operator op)
public double getWeight()
public String getDebugName()
getDebugName in class DataCopyright © 2020 The Apache Software Foundation. All rights reserved.