Staticdeps: add eval on uica

This commit is contained in:
Théophile Bastian 2024-11-28 18:50:44 +01:00
parent 34419beeef
commit d2ee2d8ab1
2 changed files with 1531 additions and 0 deletions

View file

@ -183,3 +183,31 @@ int fibo(int* F, int n) {
\end{tabular}
\end{center}
\end{frame}
\begin{frame}{Evaluation: use in \uica}
\begin{columns}
\column{\dimexpr\paperwidth-8pt}
\centering
\begin{minipage}[c]{0.57\textwidth}
\centering
\footnotesize
\begin{tabular}{l l r r r r}
\toprule
\textbf{Dataset} & \textbf{Bencher} & \textbf{MAPE} & \textbf{Median} & \textbf{$K_\tau$}\\
&& (\%) & (\%) & \\
\midrule
\multirow{2}{*}{Full} & \uica{} & 29.59 & 18.26 & 0.58\\
& + \staticdeps{} & 19.15 & 14.44 & 0.81\\
\midrule
\multirow{2}{*}{Pruned} & \uica{} & 18.42 & 11.96 & 0.80\\
& + \staticdeps{} & 18.77 & 12.18 & 0.80\\
\bottomrule
\end{tabular}
\end{minipage}
\hfill
\begin{minipage}[c]{0.4\textwidth}
\centering
\includegraphics[width=0.98\textwidth]{uica_sd_boxplot.svg}
\end{minipage}
\end{columns}
\end{frame}

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 77 KiB