Skip to content

Commit 94ce7a8

Browse files
authored
Merge pull request #620 from chenxinye/master
Modify description of ``min_samples``
2 parents f98aefa + 555689f commit 94ce7a8

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)