Uses of Class
org.apache.sysds.runtime.privacy.propagation.MatrixMultiplicationPropagator
- 
Packages that use MatrixMultiplicationPropagator Package Description org.apache.sysds.runtime.privacy.propagation 
- 
- 
Uses of MatrixMultiplicationPropagator in org.apache.sysds.runtime.privacy.propagationSubclasses of MatrixMultiplicationPropagator in org.apache.sysds.runtime.privacy.propagation Modifier and Type Class Description classMatrixMultiplicationPropagatorNaiveMatrixMultiplicationPropagator that overrides generateFineGrainedConstraints with a naive propagation of the fine-grained constraints.classMatrixMultiplicationPropagatorPrivateFirstMatrixMultiplicationPropagator that overrides generateFineGrainedConstraints by finding the private elements first followed by propagating PrivateAggregation in case of non-aggregating operator types.classMatrixMultiplicationPropagatorPrivateFirstOptimizedMatrixMultiplicationPropagator that overrides generateFineGrainedConstraints by finding the private elements first while propagating PrivateAggregation in case of non-aggregating operator types.
 
-