tables: Moved from preliminaries
This commit is contained in:
36
tables/scenario-micro.tex
Normal file
36
tables/scenario-micro.tex
Normal file
@ -0,0 +1,36 @@
|
||||
\begin{table}
|
||||
\centering\noindent\adjustbox{max width=\linewidth} {
|
||||
\begin{tabular}{@{}ccc@{}}
|
||||
\begin{tabular}{@{}lrll@{}}
|
||||
\toprule
|
||||
\textit{Name} & \multicolumn{1}{c}{Age} & Location & Status \\
|
||||
\midrule
|
||||
* & $> 20$ & Paris & at work \\
|
||||
* & $> 20$ & Paris & driving \\
|
||||
* & $> 20$ & Paris & dining \\
|
||||
\midrule
|
||||
* & $\leq 20$ & Paris & running \\
|
||||
* & $\leq 20$ & Paris & at home \\
|
||||
* & $\leq 20$ & Paris & walking \\
|
||||
\bottomrule
|
||||
\end{tabular} &
|
||||
\begin{tabular}{@{}lrll@{}}
|
||||
\toprule
|
||||
\textit{Name} & \multicolumn{1}{c}{Age} & Location & Status \\
|
||||
\midrule
|
||||
* & $> 20$ & Paris & driving \\
|
||||
* & $> 20$ & Paris & at the mall \\
|
||||
* & $> 20$ & Paris & biking \\
|
||||
\midrule
|
||||
* & $\leq 20$ & Paris & sightseeing \\
|
||||
* & $\leq 20$ & Paris & walking \\
|
||||
* & $\leq 20$ & Paris & at home \\
|
||||
\bottomrule
|
||||
\end{tabular} &
|
||||
\dots \\
|
||||
$t_1$ & $ t_2$ & \\
|
||||
\end{tabular}%
|
||||
}%
|
||||
\caption{3-anonymous event-level protected versions of the microdata in Table~\ref{tab:continuous-micro}.}
|
||||
\label{tab:scenario-micro}
|
||||
\end{table}
|
38
tables/scenario-statistical.tex
Normal file
38
tables/scenario-statistical.tex
Normal file
@ -0,0 +1,38 @@
|
||||
\begin{table}
|
||||
\centering
|
||||
\subcaptionbox{True counts\label{tab:statistical-true}}{%
|
||||
\begin{tabular}{@{}lr@{}}
|
||||
\toprule
|
||||
Location & \multicolumn{1}{c@{}}{Count} \\
|
||||
\midrule
|
||||
Belleville & $1$ \\
|
||||
Latin Quarter & $1$ \\
|
||||
Le Marais & $1$ \\
|
||||
Montmartre & $2$ \\
|
||||
Opera & $1$ \\
|
||||
\bottomrule
|
||||
\end{tabular}%
|
||||
}\quad
|
||||
\subcaptionbox*{}{%
|
||||
\begin{tabular}{@{}c@{}}
|
||||
\\ \\ \\
|
||||
$\xrightarrow[]{\text{Noise}}$
|
||||
\\ \\ \\
|
||||
\end{tabular}%
|
||||
}\quad
|
||||
\subcaptionbox{Perturbed counts\label{tab:statistical-noisy}}{%
|
||||
\begin{tabular}{@{}lr@{}}
|
||||
\toprule
|
||||
Location & \multicolumn{1}{c@{}}{Count} \\
|
||||
\midrule
|
||||
Belleville & $1$ \\
|
||||
Latin Quarter & $0$ \\
|
||||
Le Marais & $2$ \\
|
||||
Montmartre & $3$ \\
|
||||
Opera & $1$ \\
|
||||
\bottomrule
|
||||
\end{tabular}%
|
||||
}%
|
||||
\caption{(a)~The original version of the data of Table~\ref{tab:continuous-statistical}, and (b)~their $1$-differentially event-level private version.}
|
||||
\label{tab:scenario-statistical}
|
||||
\end{table}
|
33
tables/snapshot.tex
Normal file
33
tables/snapshot.tex
Normal file
@ -0,0 +1,33 @@
|
||||
\begin{table}
|
||||
\centering\hspace{\fill}
|
||||
\subcaptionbox{Microdata\label{tab:snapshot-micro}}{%
|
||||
\begin{tabular}{@{}lrll@{}}
|
||||
\toprule
|
||||
\textit{Name} & \multicolumn{1}{c}{Age} & Location & Status \\
|
||||
\midrule
|
||||
Donald & $27$ & Le Marais & at work \\
|
||||
Daisy & $25$ & Belleville & driving \\
|
||||
Huey & $12$ & Montmartre & running \\
|
||||
Dewey & $11$ & Montmartre & at home \\
|
||||
Louie & $10$ & Latin Quarter & walking \\
|
||||
Quackmore & $62$ & Opera & dining \\
|
||||
\bottomrule
|
||||
\end{tabular}%
|
||||
}\hspace{\fill}
|
||||
\subcaptionbox{Statistical data\label{tab:snapshot-statistical}}{%
|
||||
\begin{tabular}{@{}lr@{}}
|
||||
\toprule
|
||||
Location & \multicolumn{1}{c@{}}{Count} \\
|
||||
\midrule
|
||||
Belleville & $1$ \\
|
||||
Latin Quarter & $1$ \\
|
||||
Le Marais & $1$ \\
|
||||
Montmartre & $2$ \\
|
||||
Opera & $1$ \\
|
||||
\bottomrule
|
||||
\\
|
||||
\end{tabular}%
|
||||
}\hspace{\fill}
|
||||
\caption{Example of raw user-generated (a)~microdata, and related (b)~statistical data for a specific timestamp.}
|
||||
\label{tab:snapshot}
|
||||
\end{table}
|
Reference in New Issue
Block a user