Skip to content

Commit 2137a20

Browse files
committed
Fix punctuation in new comment
1 parent 3949ccb commit 2137a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdbscan/validity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def validity_index(X, labels, metric='euclidean',
312312
313313
mst_raw_dist : optional, boolean (default False)
314314
If True, the MST's are constructed solely via 'raw' distances (depending on the given metric, e.g. euclidean distances)
315-
instead of using mutual reachability distances. Thus, setting this parameter to True, avoids using 'all-points-core-distances' at all.
315+
instead of using mutual reachability distances. Thus setting this parameter to True avoids using 'all-points-core-distances' at all.
316316
This is advantageous specifically in the case of elongated clusters that lie in close proximity to each other <citation needed>.
317317
318318
**kwd_args :

0 commit comments

Comments
 (0)