diff options
Diffstat (limited to 'Presentation/presentation.tex')
-rw-r--r-- | Presentation/presentation.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Presentation/presentation.tex b/Presentation/presentation.tex index a9db5c1..f4ac0c7 100644 --- a/Presentation/presentation.tex +++ b/Presentation/presentation.tex @@ -230,8 +230,11 @@ backend=biber, \item Perform k-means clustering: \begin{enumerate} \item Initialize $k$ cluster centroids - \item Assign each data to the cluster with nearest centroid - \item Recalculate cluster centroids + \item For all weights: + \begin{enumerate} + \item Assign weight to the cluster with nearest centroid + \item Recalculate cluster centroids + \end{enumerate} \end{enumerate} \end{itemize} \end{frame} |