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
 
 public class AggregateBinaryOperator extends MultiThreadedOperator - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description AggregateOperatoraggOpValueFunctionbinaryFn- 
Fields inherited from class org.apache.sysds.runtime.matrix.operators.OperatorsparseSafe
 
- 
 - 
Constructor SummaryConstructors Constructor Description AggregateBinaryOperator(ValueFunction inner, AggregateOperator outer)AggregateBinaryOperator(ValueFunction inner, AggregateOperator outer, int numThreads)
 - 
Method Summary- 
Methods inherited from class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperatorgetNumThreads, setNumThreads
 
- 
 
- 
- 
- 
Field Detail- 
binaryFnpublic final ValueFunction binaryFn 
 - 
aggOppublic final AggregateOperator aggOp 
 
- 
 - 
Constructor Detail- 
AggregateBinaryOperatorpublic AggregateBinaryOperator(ValueFunction inner, AggregateOperator outer) 
 - 
AggregateBinaryOperatorpublic AggregateBinaryOperator(ValueFunction inner, AggregateOperator outer, int numThreads) 
 
- 
 
-