Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/how_hdbscan_works.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ data structure. We can view the result as a dendrogram as we see below:

This brings us to the point where robust single linkage stops. We want
more though; a cluster hierarchy is good, but we really want a set of
flat clusters. We could do that by drawing a a horizontal line through
flat clusters. We could do that by drawing a horizontal line through
the above diagram and selecting the clusters that it cuts through. This
is in practice what
`DBSCAN <http://scikit-learn.org/stable/modules/clustering.html#dbscan>`__
Expand Down