Skip to content

Commit d90dd11

Browse files
authored
DOC clustering speed with connectivity matrices (scikit-learn#27020)
1 parent 8e9cd7d commit d90dd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cluster/plot_agglomerative_clustering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
neighbors.
88
99
There are two advantages of imposing a connectivity. First, clustering
10-
without a connectivity matrix is much faster.
10+
with sparse connectivity matrices is faster in general.
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)