From 3cd1541c4fb6ada166e1ddee7c36f9609b1d9f93 Mon Sep 17 00:00:00 2001 From: Antongiacomo Polimeno Date: Mon, 6 May 2024 17:59:32 +0200 Subject: [PATCH] Updated tables --- pipeline_instance_example.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline_instance_example.tex b/pipeline_instance_example.tex index 0eb1bfd..c53f962 100644 --- a/pipeline_instance_example.tex +++ b/pipeline_instance_example.tex @@ -11,7 +11,7 @@ \item vertex \vi{7}, the filtering algorithm returns the set $S'_3=\{s_{71},s_{72}\}$. Since policy \p{7} matches with any subject, the filtering algorithm keeps all services. \end{enumerate*} - For each vertex \vii{i}, we select the matching service \sii{j} from $S'_i$ and incorporate it into a valid instance. For instance, we select \s{61} for \vi{6}; \s{72} for \vi{7}, and \s{81} for \vi{8} + For each vertex \vii{i}, we select the matching service \sii{j} from $S'_i$ and incorporate it into a valid instance. For instance, we select \s{51} for \vi{5}; \s{62} for \vi{6}, and \s{71} for \vi{7} as depicted in \cref{tab:instance_example_valid} (a) (column \emph{instance}). We note that to move from a valid to an optimal instance, it is mandatory to evaluate candidate services based on specific quality metrics that reflect their impact on data quality, as discussed in the following of this paper. %In the next sections, we will introduce the metrics that we use to evaluate the quality of services and the results of the experiments conducted to evaluate the performance of our approach.