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