From faa07a8f3337c5d191597ea9b9587cc0969d663c Mon Sep 17 00:00:00 2001 From: Jan Aalmoes Date: Fri, 13 Sep 2024 00:07:42 +0200 Subject: =?UTF-8?q?avnac=C3=A9=20aia,=20remerciement=20notations,=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ACSAC/tables/tab_datasets.tex | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ACSAC/tables/tab_datasets.tex (limited to 'ACSAC/tables/tab_datasets.tex') 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 -- cgit v1.2.3