Class Mean
java.lang.Object
org.apache.sysds.runtime.functionobjects.FunctionObject
org.apache.sysds.runtime.functionobjects.ValueFunction
org.apache.sysds.runtime.functionobjects.Mean
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute2(KahanObject in1, double in2, double count) Simplified version of execute(Data in1, double in2) without exception handling and casts.static MeanMethods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunction
isBinary, requiresCorrection, toString
-
Method Details
-
getMeanFnObject
-
execute
- Overrides:
executein classFunctionObject
-
execute2
Simplified version of execute(Data in1, double in2) without exception handling and casts.- Parameters:
in1- Kahan object inputin2- double inputcount- the count to divide by
-