Class CM
java.lang.Object
org.apache.sysds.runtime.functionobjects.FunctionObject
org.apache.sysds.runtime.functionobjects.ValueFunction
org.apache.sysds.runtime.functionobjects.CM
- All Implemented Interfaces:
Serializable
GENERAL NOTE:
* 05/28/2014: We decided to do handle weights consistently to SPSS in an operation-specific manner,
i.e., we (1) round instead of casting where required (e.g. count), and (2) consistently use
fractional weight values elsewhere. In case a count-base interpretation of weights is needed, just
ensure rounding before calling CM/COV/KahanPlus.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionSpecial case for weights w2==1General case for arbitrary weights w2Combining stats from two partitions of the data.static CMgetCMFnObject(CM fn) static CMMethods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunction
isBinary, requiresCorrection, toString
-
Method Details
-
getCMFnObject
-
getCMFnObject
-
getAggOpType
-
execute
Special case for weights w2==1- Overrides:
executein classFunctionObject
-
execute
General case for arbitrary weights w2- Overrides:
executein classFunctionObject
-
execute
Combining stats from two partitions of the data.- Overrides:
executein classFunctionObject
-