Skip to content

How to use this Algorithm

Quanta Labs edited this page Mar 1, 2020 · 2 revisions

Contribute!!

How to use this Algorithm

First, you must have an array with your data.

var data = [true, false, true, true];

Next, you must run this through the differential privacy algorithm, flip.

flip(data);

And now you’re done!:smile: :+1:

Please Contribute! Good you did it. Right? 😄 👍 🥇

Clone this wiki locally