Skip to content

Commit 1d2ec5e

Browse files
authored
Merge pull request #130 from craigmcnamara/patch-1
Fix spelling
2 parents 4a2b6ac + 96add2a commit 1d2ec5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/comparing_clustering_algorithms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ of a cluster'. This results in a smaller tree with fewer clusters that
552552
'lose points'. That tree can then be used to select the most stable or
553553
persistent clusters. This process allows the tree to be cut at varying
554554
height, picking our varying density clusters based on cluster stability.
555-
The immediate advantage of this is that we can ave varying density
555+
The immediate advantage of this is that we can have varying density
556556
clusters; the second benefit is that we have eliminated the epsilon
557557
parameter as we no longer need it to choose a cut of the dendrogram.
558558
Instead we have a new parameter ``min_cluster_size`` which is used to

0 commit comments

Comments
 (0)