From f1b0c3146287a61f8a6828c013db56c665729006 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sun, 8 Jan 2023 04:13:31 +0100 Subject: Corrected k-means algorithm description --- Presentation/presentation.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Presentation') 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} -- cgit v1.2.1