evaluation: Added intro

This commit is contained in:
Manos Katsomallos 2021-10-11 11:07:29 +02:00
parent a549fe290f
commit 875999bdf2

View File

@ -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}