diff options
author | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-13 00:07:42 +0200 |
---|---|---|
committer | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-13 00:07:42 +0200 |
commit | faa07a8f3337c5d191597ea9b9587cc0969d663c (patch) | |
tree | a46440db847ce447917abecb7971d90db4a1f150 /ACSAC/tables/tab_datasets.tex | |
parent | 7fc151d6a198d13dc9e1374522ec396d72905d3f (diff) |
avnacé aia, remerciement notations, notes
Diffstat (limited to 'ACSAC/tables/tab_datasets.tex')
-rw-r--r-- | ACSAC/tables/tab_datasets.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ACSAC/tables/tab_datasets.tex b/ACSAC/tables/tab_datasets.tex new file mode 100644 index 0000000..3dfe024 --- /dev/null +++ b/ACSAC/tables/tab_datasets.tex @@ -0,0 +1,17 @@ +\begin{table}[htb] +\caption{Summary of dataset splits: $\traindata$ to train $\targetmodel$, $\testdata$ to evaluate $\targetmodel$, $\auxtraindata$ to train $\attackmodel$, and $\auxtestdata$ to evaluate $\attackmodel$.} +\footnotesize +\begin{center} +\begin{tabular}{ l | c | c | c | c} +\hline + \textbf{Dataset} & $\traindata$ & $\testdata$ & $\auxtraindata$ & $\auxtestdata$\\ + \hline + \textbf{\census} & 24,752 & 6,188 & 4,950 & 1,238 \\ + \textbf{\compas} & 4,937 & 1,235 & 988 & 247\\ + \textbf{\meps} & 12,664 & 3,166 & 2,532 & 634\\ + \textbf{\lfw} & 10514 & 2629 & 2103 & 526\\ + \hline +\end{tabular} +\end{center} +\label{tab:summary} +\end{table}
\ No newline at end of file |