@@ -879,13 +879,11 @@ classes according to some similarity metric.
879879
880880.. currentmodule :: sklearn.metrics
881881
882+ .. _adjusted_rand_score :
882883
883884Adjusted Rand index
884885-------------------
885886
886- Presentation and usage
887- ~~~~~~~~~~~~~~~~~~~~~~
888-
889887Given the knowledge of the ground truth class assignments ``labels_true ``
890888and our clustering algorithm assignments of the same samples
891889``labels_pred ``, the **adjusted Rand index ** is a function that measures
@@ -1000,13 +998,11 @@ random labelings by defining the adjusted Rand index as follows:
1000998 * `Wikipedia entry for the adjusted Rand index
1001999 <http://en.wikipedia.org/wiki/Rand_index#Adjusted_Rand_index> `_
10021000
1001+ .. _mutual_info_score :
10031002
10041003Mutual Information based scores
10051004-------------------------------
10061005
1007- Presentation and usage
1008- ~~~~~~~~~~~~~~~~~~~~~~
1009-
10101006Given the knowledge of the ground truth class assignments ``labels_true `` and
10111007our clustering algorithm assignments of the same samples ``labels_pred ``, the
10121008**Mutual Information ** is a function that measures the **agreement ** of the two
@@ -1168,12 +1164,11 @@ calculated using a similar form to that of the adjusted Rand index:
11681164 * `Wikipedia entry for the Adjusted Mutual Information
11691165 <http://en.wikipedia.org/wiki/Adjusted_Mutual_Information> `_
11701166
1167+ .. _homogeneity_completeness :
1168+
11711169Homogeneity, completeness and V-measure
11721170---------------------------------------
11731171
1174- Presentation and usage
1175- ~~~~~~~~~~~~~~~~~~~~~~
1176-
11771172Given the knowledge of the ground truth class assignments of the samples,
11781173it is possible to define some intuitive metric using conditional entropy
11791174analysis.
@@ -1329,9 +1324,6 @@ mean of homogeneity and completeness**:
13291324Silhouette Coefficient
13301325----------------------
13311326
1332- Presentation and usage
1333- ~~~~~~~~~~~~~~~~~~~~~~
1334-
13351327If the ground truth labels are not known, evaluation must be performed using
13361328the model itself. The Silhouette Coefficient
13371329(:func: `sklearn.metrics.silhouette_score `)
0 commit comments