Lines Matching +full:demo +full:- +full:v2
9 --------
13 $ ./demo.sh run
22 The following diagram shows what processes and files are involved in the demo.
30 <img src="data-flow.png" alt="Diagram of RAPPOR Data Flow" />
35 2. Obscure each value with the RAPPOR privacy-preserving reporting mechanism.
49 -----------------------------
53 <!-- TODO: a realistic data set would be nice? How could we generate one? -->
65 2, v2
88 -------------------
120 We also get a one-row CSV file that contains the RAPPOR parameters:
133 - `exp_hist.csv`: The true histogram of input values. This is used only for
135 - `exp_true_inputs.txt`: A list of the unique values reported, e.g. `v1` ..
140 ---------------------
152 values expected. <!-- TODO: more detail -->
154 There are 17 columns. The left-most column is the total number of reports in
162 --------------------
165 the candidate strings. This is done in the `more-candidates` /
166 `print-candidates` functions in `demo.sh`.
169 editing the invocation of `print-candidates` in `run-dist`:
172 # exp_true_inputs.txt, omitting values v1 and v2.
174 print-candidates $dist 'v1|v2' > _tmp/${dist}_candidates.txt
176 In general, coming up with candidates is an application- or metric-specific
194 <!-- TODO: more detail about setting params? Examples of coming up with
195 candidate strings? -->
198 ------------------
216 <!-- TODO:
217 - how to change flags
218 - more detail on what the various parameters do
219 - association analysis
220 - basic RAPPOR
221 - longitudinal privacy
222 -->
225 ----------
228 privacy of individual clients. In this doc, we walked through a simple demo.
233 [rappor-discuss@googlegroups.com](https://groups.google.com/forum/#!forum/rappor-discuss).