Skip to content

Commit

Permalink
Fix punctuation in new comment
Browse files Browse the repository at this point in the history
  • Loading branch information
luis261 committed Aug 4, 2022
1 parent 3949ccb commit 2137a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdbscan/validity.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def validity_index(X, labels, metric='euclidean',
mst_raw_dist : optional, boolean (default False)
If True, the MST's are constructed solely via 'raw' distances (depending on the given metric, e.g. euclidean distances)
instead of using mutual reachability distances. Thus, setting this parameter to True, avoids using 'all-points-core-distances' at all.
instead of using mutual reachability distances. Thus setting this parameter to True avoids using 'all-points-core-distances' at all.
This is advantageous specifically in the case of elongated clusters that lie in close proximity to each other <citation needed>.
**kwd_args :
Expand Down

0 comments on commit 2137a20

Please sign in to comment.