8000 FIX Calinski and Harabasz score description (#22605) · scikit-learn/scikit-learn@062ea2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 062ea2a

Browse files
rsnegrinthomasjpfan
authored andcommitted
FIX Calinski and Harabasz score description (#22605)
1 parent 0336d82 commit 062ea2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/metrics/cluster/_unsupervised.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ def calinski_harabasz_score(X, labels):
255255
256256
It is also known as the Variance Ratio Criterion.
257257
258-
The score is defined as ratio between the within-cluster dispersion and
259-
the between-cluster dispersion.
258+
The score is defined as ratio of the sum of between-cluster dispersion and
259+
of within-cluster dispersion.
260260
261261
Read more in the :ref:`User Guide <calinski_harabasz_index>`.
262262

0 commit comments

Comments
 (0)
0