Uses of Class
org.apache.sysds.runtime.instructions.spark.AggregateBinarySPInstruction
- 
Packages that use AggregateBinarySPInstruction Package Description org.apache.sysds.runtime.instructions.fed org.apache.sysds.runtime.instructions.spark  - 
- 
Uses of AggregateBinarySPInstruction in org.apache.sysds.runtime.instructions.fed
Methods in org.apache.sysds.runtime.instructions.fed with parameters of type AggregateBinarySPInstruction Modifier and Type Method Description static MMFEDInstructionMMFEDInstruction. parseInstruction(AggregateBinarySPInstruction instr) - 
Uses of AggregateBinarySPInstruction in org.apache.sysds.runtime.instructions.spark
Subclasses of AggregateBinarySPInstruction in org.apache.sysds.runtime.instructions.spark Modifier and Type Class Description classCpmmSPInstructionCpmm: cross-product matrix multiplication operation (distributed matrix multiply by join over common dimension and subsequent aggregation of partial results).classMapmmSPInstructionclassRmmSPInstruction 
 -