From 875999bdf2afb96af9d70ab4059ae29244928da2 Mon Sep 17 00:00:00 2001 From: Manos Date: Mon, 11 Oct 2021 11:07:29 +0200 Subject: [PATCH] evaluation: Added intro --- text/evaluation/main.tex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/text/evaluation/main.tex b/text/evaluation/main.tex index f491a80..e3b2f12 100644 --- a/text/evaluation/main.tex +++ b/text/evaluation/main.tex @@ -1,6 +1,13 @@ \chapter{Evaluation} \label{ch:eval} +In this chapter we present the experiments that we performed, to evaluate the methodology that we introduced in chapter~\ref{ch:lmdk-prv}, on real and synthetic data sets. +Section~\ref{sec:eval-dtl} contains all the details regarding the data sets the we utilized for our experiments (Section~\ref{subsec:eval-dat}) along with the parameter configurations. +Section~\ref{sec:eval-lmdk} evaluates the data utility of the {\thething} privacy mechanisms that we designed in Section~\ref{sec:thething} and investigates the behavior of the privacy loss under temporal correlation for different distributions of {\thethings}. +Section~\ref{sec:eval-lmdk-sel} justifies our decisions while designing the privacy-preserving {\thething} selection component in Section~\ref{sec:theotherthing} and the data utility impact of the latter. +Finally, Section~\ref{sec:eval-sum} concludes this chapter by summarizing the main takeaways of the results of the experiments that we performed. + \input{evaluation/details} \input{evaluation/thething} \input{evaluation/theotherthing} +\input{evaluation/summary}