8000 DOC Fix interpretation in plot_agglomerative_clustering.py (#21167) · scikit-learn/scikit-learn@a98836a · GitHub
[go: up one dir, main page]

Skip to content

Commit a98836a

Browse files
hongshaoyangglemaitre
authored andcommitted
DOC Fix interpretation in plot_agglomerative_clustering.py (#21167)
1 parent 89c209b commit a98836a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/cluster/plot_agglomerative_clustering.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
local structure in the data. The graph is simply the graph of 20 nearest
77
neighbors.
88
9-
Two consequences of imposing a connectivity can be seen. First clustering
10-
with a connectivity matrix is much faster.
9+
Two consequences of imposing a connectivity can be seen. First, clustering
10+
without a connectivity matrix is much faster.
1111
1212
Second, when using a connectivity matrix, single, average and complete
1313
linkage are unstable and tend to create a few clusters that grow very

0 commit comments

Comments
 (0)
0