We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a2b6ac + 96add2a commit 1d2ec5eCopy full SHA for 1d2ec5e
docs/comparing_clustering_algorithms.rst
@@ -552,7 +552,7 @@ of a cluster'. This results in a smaller tree with fewer clusters that
552
'lose points'. That tree can then be used to select the most stable or
553
persistent clusters. This process allows the tree to be cut at varying
554
height, picking our varying density clusters based on cluster stability.
555
-The immediate advantage of this is that we can ave varying density
+The immediate advantage of this is that we can have varying density
556
clusters; the second benefit is that we have eliminated the epsilon
557
parameter as we no longer need it to choose a cut of the dendrogram.
558
Instead we have a new parameter ``min_cluster_size`` which is used to
0 commit comments