mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
2 weitere Folien
This commit is contained in:
parent
c6b6ce0336
commit
d1b12810eb
6 changed files with 34 additions and 1 deletions
|
@ -0,0 +1,28 @@
|
|||
\subsection{DYCOS}
|
||||
\begin{frame}{Allgmeines}
|
||||
\begin{center}
|
||||
\Huge
|
||||
\textbf{DY}namic \textbf{C}lassification algorithm with
|
||||
c\textbf{O}ntent and \textbf{S}tructure
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Der Algorithmus}
|
||||
\begin{algorithm}[H]
|
||||
\begin{algorithmic}
|
||||
\Function{DYCOS}{Network $G_t = (N_t, A_t, T_t), l, h, p_s$}
|
||||
\ForAll{node $v$ in $T_t$} \Comment{Für jeden gelabelten Knoten}
|
||||
\For{$i \in 1, \dots, l$}
|
||||
\State Perform an $h$-hop random walk from $v$
|
||||
\EndFor
|
||||
\State Classify $v$ with the class labels most frequent
|
||||
encountered
|
||||
\EndFor
|
||||
\EndFunction
|
||||
\end{algorithmic}
|
||||
\caption{Tarjans Algorithmus zur bestimmung starker Zusammenhangskomponenten}
|
||||
\label{alg:seq1}
|
||||
\end{algorithm}
|
||||
\end{frame}
|
||||
|
||||
|
|
@ -21,6 +21,9 @@
|
|||
\section{Grundlagen}
|
||||
\input{Grundlagen}
|
||||
|
||||
\section{DYCOS}
|
||||
\input{DYCOS}
|
||||
|
||||
\section{Ende}
|
||||
\input{Ende}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
\subsection{Bildquellen}
|
||||
\begin{frame}{Bildquellen}
|
||||
\begin{itemize}
|
||||
\item -
|
||||
\item Crystal\_Clear\_app\_personal.png von \href{https://commons.wikimedia.org/wiki/File:Crystal_Clear_app_personal.png}{Wikipedia Commons}
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
\subsection{Situation}
|
||||
\framedgraphic{Social Network}{../images/unlabeled-network}
|
||||
\framedgraphic{Partially labeled network}{../images/partially-labeled-network}
|
||||
\framedgraphic{Partially labeled network with context}{../images/partially-labeled-network-context.png}
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue