Skip to content

Commit bfd3a99

Browse files
sync python clustering wording
1 parent f96fc06 commit bfd3a99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/clustering.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ This will ensure we have access to the functions we need
164164
and that our analysis will be reproducible.
165165
As we will learn in more detail later in the chapter,
166166
setting the seed here is important
167-
because the K-means clustering algorithm uses random numbers.
167+
because the K-means clustering algorithm uses randomness
168+
when choosing a starting position for each cluster.
169+
168170

169171
```{r 10-toy-example-data, echo = FALSE, message = FALSE, warning = FALSE}
170172
library(tidyverse)

0 commit comments

Comments
 (0)