Uses of Interface
org.apache.sysds.runtime.privacy.propagation.Propagator
- 
Packages that use Propagator Package Description org.apache.sysds.runtime.privacy.propagation 
- 
- 
Uses of Propagator in org.apache.sysds.runtime.privacy.propagationClasses in org.apache.sysds.runtime.privacy.propagation that implement Propagator Modifier and Type Class Description classAppendPropagatorclassCBindPropagatorclassListAppendPropagatorclassMatrixMultiplicationPropagatorUsed for propagating constraints in a matrix multiplication.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.classRBindPropagator
 
-