File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1370,7 +1370,7 @@ will not necessarily be close to zero.::
1370
1370
- **Bounded range **: Lower values indicate different labelings, similar
1371
1371
clusterings have a high (adjusted or unadjusted) Rand index, 1.0 is the
1372
1372
perfect match score. The score range is [0, 1] for the unadjusted Rand index
1373
- and [-1 , 1] for the adjusted Rand index.
1373
+ and [-0.5 , 1] for the adjusted Rand index.
1374
1374
1375
1375
- **No assumption is made on the cluster structure **: The (adjusted or
1376
1376
unadjusted) Rand index can be used to compare all kinds of clustering
@@ -1444,6 +1444,8 @@ will not necessarily be close to zero.::
1444
1444
* `Wikipedia entry for the Rand index
1445
1445
<https://en.wikipedia.org/wiki/Rand_index#Adjusted_Rand_index> `_
1446
1446
1447
+ * :doi: `Minimum adjusted Rand index for two clusterings of a given size, 2022, J. E. Chacón and A. I. Rastrojo <10.1007/s11634-022-00491-w> `
1448
+
1447
1449
1448
1450
.. _mutual_info_score :
1449
1451
You can’t perform that action at this time.
0 commit comments