From fe13a414e8acefa0c913149a3bc7992ea21edc95 Mon Sep 17 00:00:00 2001 From: Mary Llewellyn Date: Mon, 25 Mar 2024 15:30:37 +0000 Subject: [PATCH] add full stop Co-authored-by: Alan O'Callaghan --- _episodes_rmd/06-k-means.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes_rmd/06-k-means.Rmd b/_episodes_rmd/06-k-means.Rmd index 60b7cca7..390f68c9 100644 --- a/_episodes_rmd/06-k-means.Rmd +++ b/_episodes_rmd/06-k-means.Rmd @@ -80,7 +80,7 @@ and this is discussed below. Once we have picked intitial points, we then follow these two steps until appropriate clusters have been formed: 1. Assign each data point to the cluster with the closest centroid -2. Update centroid positions as the average of the points in that cluster +2. Update centroid positions as the average of the points in that cluster. We can see this process in action in this animation: