| Package | Description | 
|---|---|
| org.apache.sysds.runtime.privacy.propagation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MatrixMultiplicationPropagatorNaiveMatrixMultiplicationPropagator that overrides generateFineGrainedConstraints
 with a naive propagation of the fine-grained constraints. | 
| class  | MatrixMultiplicationPropagatorPrivateFirstMatrixMultiplicationPropagator that overrides generateFineGrainedConstraints by finding the private elements first
 followed by propagating PrivateAggregation in case of non-aggregating operator types. | 
| class  | MatrixMultiplicationPropagatorPrivateFirstOptimizedMatrixMultiplicationPropagator that overrides generateFineGrainedConstraints by finding the private elements first
 while propagating PrivateAggregation in case of non-aggregating operator types. | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.