Class AggregateOperator
java.lang.Object
org.apache.sysds.runtime.matrix.operators.Operator
org.apache.sysds.runtime.matrix.operators.AggregateOperator
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.sysds.runtime.matrix.operators.Operator
sparseSafe -
Constructor Summary
ConstructorsConstructorDescriptionAggregateOperator(double initValue, ValueFunction op) AggregateOperator(double initValue, ValueFunction op, Types.CorrectionLocationType correctionLocation) -
Method Summary
-
Field Details
-
initialValue
public final double initialValue -
increOp
-
correction
-
-
Constructor Details
-
AggregateOperator
-
AggregateOperator
public AggregateOperator(double initValue, ValueFunction op, Types.CorrectionLocationType correctionLocation)
-
-
Method Details