google / rappor

RAPPOR: Privacy-Preserving Reporting Algorithms
Apache License 2.0
859 stars 165 forks source link

refactoring: EstimateBloomCounts #57

Open andychu opened 8 years ago

andychu commented 8 years ago

Boolean/Basic RAPPOR have no cohorts.

It would be cleaner if EstimateBloomCounts didn't deal with cohorts. And then we can write a wrapper that does apply() over cohorts for string RAPPOR.

Also, in basic RAPPOR, it would be better to call this Denoise/SubtractNoise or something, because there's no bloom filter.