Skip to content

Commit f273615

Browse files
minor cluster indexing bugfix
1 parent 09fdd01 commit f273615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/clustering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ in {numref}`toy-example-clus1-center`
358358
:figwidth: 700px
359359
:name: toy-example-clus1-center
360360

361-
Cluster 1 from the `penguin_data` data set example. Observations are in blue, with the cluster center highlighted in orange.
361+
Cluster 0 from the `penguin_data` data set example. Observations are in blue, with the cluster center highlighted in orange.
362362
:::
363363

364364
```{code-cell} ipython3
@@ -400,7 +400,7 @@ These distances are denoted by lines in {numref}`toy-example-clus1-dists` for th
400400
:figwidth: 700px
401401
:name: toy-example-clus1-dists
402402

403-
Cluster 1 from the `penguin_data` data set example. Observations are in blue, with the cluster center highlighted in orange. The distances from the observations to the cluster center are represented as black lines.
403+
Cluster 0 from the `penguin_data` data set example. Observations are in blue, with the cluster center highlighted in orange. The distances from the observations to the cluster center are represented as black lines.
404404
:::
405405

406406
```{code-cell} ipython3

0 commit comments

Comments
 (0)