You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2020/09/23 07:40:48 UTC

[GitHub] [systemds] sebwrede commented on a change in pull request #1060: [SYSTEMDS-2668] Fine-Grained Privacy Constraint Propagation for Matrix Multiplications

sebwrede commented on a change in pull request #1060:
URL: https://github.com/apache/systemds/pull/1060#discussion_r493264215



##########
File path: src/main/java/org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyList.java
##########
@@ -35,11 +35,61 @@
 
 	private ArrayList<Map.Entry<DataRange, PrivacyLevel>> constraintCollection = new ArrayList<>();

Review comment:
       This is not really a part of the PR. I will look at other ways to implement the FineGrainedPrivacy interface when it becomes relevant. 
   There are several classes that represent pairs that could be relevant to use. I picked Map.Entry since it was a part of java.util and supported the operations I needed. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org