Analyse.tex 1.1 KB

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