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.
1 parent 1a695d4 commit 04599f2Copy full SHA for 04599f2
hdbscan/hdbscan_.py
@@ -641,7 +641,8 @@ class HDBSCAN (BaseEstimator, ClusterMixin):
641
642
core_dist_n_jobs : int, optional (default=4)
643
Number of parallel jobs to run in core distance computations (if
644
- supported by the specific algorithm).
+ supported by the specific algorithm). For ``core_dist_n_jobs``
645
+ below -1, (n_cpus + 1 + core_dist_n_jobs) are used.
646
647
allow_single_cluster : bool, optional (default=False)
648
By default HDBSCAN* will not produce a single cluster, setting this
0 commit comments