diff --git a/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Datamining-Proseminar-Hauptpresentation.pdf b/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Datamining-Proseminar-Hauptpresentation.pdf index eec2c25..8928765 100644 Binary files a/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Datamining-Proseminar-Hauptpresentation.pdf and b/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Datamining-Proseminar-Hauptpresentation.pdf differ diff --git a/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Sprungtypen.tex b/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Sprungtypen.tex index 6396806..64730fb 100644 --- a/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Sprungtypen.tex +++ b/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Sprungtypen.tex @@ -4,5 +4,10 @@ \begin{itemize} \item<1-> \textbf{Struktursprung}: von Strukturknoten $v$ zu Strukturknoten $v'$ \item<2-> \textbf{Inhaltlicher Mehrfachsprung}: von Strukturknoten $v$ über Wortknoten zu Strukturknoten $v'$ + \begin{itemize} + \item<3-> Finde alle Knoten $v'$, die über Wortknoten erreichbar sind (Pfadlänge 2) + \item<4-> Nehme Top-$q$-Knoten (Anzahl der Pfade) + \item<5-> Wähle zufällig einen davon + \end{itemize} \end{itemize} \end{frame} diff --git a/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Szenario.tex b/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Szenario.tex index b0ab506..9741df3 100644 --- a/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Szenario.tex +++ b/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Szenario.tex @@ -2,4 +2,4 @@ \framedgraphic{Social Network}{../images/unlabeled-network} \framedgraphic{Partially labeled network}{../images/partially-labeled-network} \framedgraphic{Partially labeled network with content}{../images/partially-labeled-network-context.png} - +\framedgraphic{Beispiel 2: Literaturdatenbanken}{../images/literaturdatenbank.pdf} diff --git a/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Ueberblick.tex b/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Ueberblick.tex index d93d6d1..3a91c2e 100644 --- a/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Ueberblick.tex +++ b/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Ueberblick.tex @@ -55,7 +55,7 @@ Klassifizieren des roten Knotens: \begin{itemize} \item Zählen von Knotenbeschriftungen in Random Walks - \item 4 Random Walks + \item 4 Random Walks, beginnend bei Rot \item 3 Sprünge pro Random Walk \item<11> $4 \cdot a$, $2 \cdot b \Rightarrow$ Rot mit $a$ klassifizieren \end{itemize} @@ -65,12 +65,11 @@ \begin{itemize} \item<1-> Neben Struktur können Texte genutzt werden \item<2-> Einschränkung: Effizienz! - \item<3-> Wünschenswert: Wenig weiterer Programmieraufwand - \item<4-> Idee: Graph erweitern + \item<3-> Idee: Graph erweitern \begin{itemize} - \item<5-> Texte als Wortmengen - \item<6-> Strukturknoten verweisen auf Wortknoten - \item<7-> vice versa + \item<4-> Texte als Wortmengen + \item<5-> Strukturknoten verweisen auf Wortknoten + \item<6-> vice versa \end{itemize} \end{itemize} \end{frame}