Skip to content

Commit 555689f

Browse files
authored
Update hdbscan_.py
1 parent 297a99f commit 555689f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hdbscan/hdbscan_.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,8 @@ class HDBSCAN(BaseEstimator, ClusterMixin):
913913
cluster rather than a cluster splitting into two new clusters.
914914
915915
min_samples : int, optional (default=None)
916-
The number of samples in a neighbourhood for a point to be
917-
considered a core point.
916+
The number of samples in a neighborhood for a point to be considered as a core point.
917+
This includes the point itself. When None, defaults to min_cluster_size.
918918
919919
metric : string, or callable, optional (default='euclidean')
920920
The metric to use when calculating distance between instances in a

0 commit comments

Comments
 (0)