privacytoolsproject / PSI-Library

R library of differentially private algorithms for exploratory data analysis
6 stars 7 forks source link

Refactor mechanism attributes #98

Closed globusharris closed 4 years ago

globusharris commented 5 years ago

Currently, main mechanism class has many variable attributes that are only used by single statistic (e.g. nBins, treeData). IMO would make more sense to break these out into their respective statistics so that it is more clear what they are actually used for.

globusharris commented 4 years ago

this doesn't work with the current structure for how mechanisms coerce to statistics