You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -373,7 +373,7 @@ in {numref}`toy-example-clus1-center`
373
373
:figwidth: 700px
374
374
:name: toy-example-clus1-center
375
375
376
-
Cluster 0 from the `penguins_standardized` data set example. Observations are in blue, with the cluster center highlighted in orange.
376
+
Cluster 0 from the `penguins_standardized` data set example. Observations are small blue points, with the cluster center highlighted as a large blue point with a black outline.
377
377
:::
378
378
379
379
```{code-cell} ipython3
@@ -417,7 +417,7 @@ These distances are denoted by lines in {numref}`toy-example-clus1-dists` for th
417
417
:figwidth: 700px
418
418
:name: toy-example-clus1-dists
419
419
420
-
Cluster 0 from the `penguins_standardized` 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.
420
+
Cluster 0 from the `penguins_standardized` data set example. Observations are small blue points, with the cluster center highlighted as a large blue point with a black outline. The distances from the observations to the cluster center are represented as black lines.
@@ -468,7 +469,7 @@ These distances are denoted by black lines in
468
469
:figwidth: 700px
469
470
:name: toy-example-all-clus-dists
470
471
471
-
All clusters from the `penguins_standardized` data set example. Observations are in blue, orange, and red with the cluster center highlighted in orange. The distances from the observations to each of the respective cluster centers are represented as black lines.
472
+
All clusters from the `penguins_standardized` data set example. Observations are small orange, blue, and yellow points with cluster centers denoted by larger points with a black outline. The distances from the observations to each of the respective cluster centers are represented as black lines.
472
473
:::
473
474
474
475
Since K-means uses the straight-line distance to measure the quality of a clustering,
0 commit comments