Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 463 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 463 Bytes

Simple DP demonstration as a CLI tool

Pre-requisite

https://www.rust-lang.org/tools/install

Run the app

cargo run --release

Interface

  • Switch Field - switch between 'education' and 'income' fields
  • Noise Type - switch between Gaussian and Laplace noise distribution
  • Increase noise - add more noise to the sensitive data - histogram count
  • Decrease noise - decrease noise - more closer to the original data
  • Quit - exit the app