We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f98aefa + 555689f commit 94ce7a8Copy full SHA for 94ce7a8
hdbscan/hdbscan_.py
@@ -913,8 +913,8 @@ class HDBSCAN(BaseEstimator, ClusterMixin):
913
cluster rather than a cluster splitting into two new clusters.
914
915
min_samples : int, optional (default=None)
916
- The number of samples in a neighbourhood for a point to be
917
- considered a core point.
+ The number of samples in a neighborhood for a point to be considered as a core point.
+ This includes the point itself. When None, defaults to min_cluster_size.
918
919
metric : string, or callable, optional (default='euclidean')
920
The metric to use when calculating distance between instances in a
0 commit comments