Skip to content

Commit 9ecada8

Browse files
committed
DOC fix TeX error in Davies Bouldin formula
1 parent 66507a2 commit 9ecada8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/clustering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ symmetric is:
17481748
Then the Davies-Bouldin index is defined as:
17491749

17501750
.. math::
1751-
DB = \frac{1}{k} \sum{i=1}^k \max_{i \neq j} R_{ij}
1751+
DB = \frac{1}{k} \sum_{i=1}^k \max_{i \neq j} R_{ij}
17521752
17531753
Zero is the lowest possible score. Values closer to zero indicate a better
17541754
partition.

0 commit comments

Comments
 (0)