Uses of Class
org.apache.sysds.runtime.instructions.cp.AggregateBinaryCPInstruction
- 
Packages that use AggregateBinaryCPInstruction Package Description org.apache.sysds.runtime.instructions.cp org.apache.sysds.runtime.privacy.propagation 
- 
- 
Uses of AggregateBinaryCPInstruction in org.apache.sysds.runtime.instructions.cpMethods in org.apache.sysds.runtime.instructions.cp that return AggregateBinaryCPInstruction Modifier and Type Method Description static AggregateBinaryCPInstructionAggregateBinaryCPInstruction. parseInstruction(String str)
- 
Uses of AggregateBinaryCPInstruction in org.apache.sysds.runtime.privacy.propagationMethods in org.apache.sysds.runtime.privacy.propagation with parameters of type AggregateBinaryCPInstruction Modifier and Type Method Description static OperatorTypeOperatorType. getAggregationType(AggregateBinaryCPInstruction inst, ExecutionContext ec)Returns the operator type of AggregateBinaryCPInstruction based on the input data characteristics and the transpose.
 
-