| 12345678910111213141516171819202122232425262728 |
- \subsection{Experimentelle Evaluation}
- \begin{frame}{Evaluation}
- \begin{table}
- \begin{tabular}{|l||r|r|r|r|}\hline
- \textbf{Name} & \textbf{Knoten} & \textbf{davon beschriftet} & \textbf{Kanten} & \textbf{Beschriftungen} \\ \hline\hline
- \textbf{CORA} & \num{19396} & \num{14814} & \num{75021} & 5 \\
- \textbf{DBLP} & \num{806635} & \num{18999 } & \num{4414135} & 5 \\\hline
- \end{tabular}
- \end{table}
- \end{frame}
- \begin{frame}{Evaluation}
- \begin{itemize}
- \item<1-> Performance:
- \begin{itemize}
- \item<2-> Klassifizierung aller Knoten
- \item<3-> Intel Xeon $\SI{2.5}{\GHz}$ mit $\SI{32}{\giga\byte}$ RAM, $1$ Kern
- \item<4-> DBLP: $< \SI{25}{\second}$
- \item<5-> CORA: $< \SI{5}{\second}$
- \end{itemize}
- \item<6-> Klassifikationsgüte:
- \begin{itemize}
- \item<7-> CORA: 82\% - 84\%
- \item<8-> DBLP: 61\% - 66\%
- \end{itemize}
- \end{itemize}
- \end{frame}
|