google / rappor

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

Tkaitchuck #79

Open tkaitchuck opened 8 years ago

tkaitchuck commented 8 years ago

Merge my branch's changes with mainline:

  1. Make sure we aren't hit with the classic matrix size=1 bug in decode.R
  2. Make Params mandatory in ReadCountsFile so that we don't get hit with the same bug we saw earlier with inconsistent params.
  3. Call validate input in Decode_dist so that we error out if the input is invalid.
  4. Add parameter_viz.py to visualize tradeoffs between H,F,P,Q settings.