Class AggregateBinaryOperator
java.lang.Object
org.apache.sysds.runtime.matrix.operators.Operator
org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
org.apache.sysds.runtime.matrix.operators.AggregateBinaryOperator
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.sysds.runtime.matrix.operators.Operator
sparseSafe -
Constructor Summary
ConstructorsConstructorDescriptionAggregateBinaryOperator(ValueFunction inner, AggregateOperator outer) AggregateBinaryOperator(ValueFunction inner, AggregateOperator outer, int numThreads) -
Method Summary
Methods inherited from class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
getNumThreads, setNumThreads
-
Field Details
-
binaryFn
-
aggOp
-
-
Constructor Details
-
AggregateBinaryOperator
-
AggregateBinaryOperator
-