About Anaconda Help Download Anaconda

Clustering based on density with variable density clusters

Installers

  • linux-s390x v0.8.33
  • osx-arm64 v0.8.33
  • linux-64 v0.8.33
  • linux-aarch64 v0.8.33
  • osx-64 v0.8.33
  • linux-ppc64le v0.8.33
  • win-64 v0.8.33

conda install

To install this package run one of the following:
conda install sfe1ed40::hdbscan

Description

HDBSCAN - Hierarchical Density-Based Spatial Clustering of Applications with Noise. Performs DBSCAN over varying epsilon values and integrates the result to find a clustering that gives the best stability over epsilon. This allows HDBSCAN to find clusters of varying densities (unlike DBSCAN), and be more robust to parameter selection.

In practice this means that HDBSCAN returns a good clustering straight away with little or no parameter tuning -- and the primary parameter, minimum cluster size, is intuitive and easy to select.

HDBSCAN is ideal for exploratory data analysis; it's a fast and robust algorithm that you can trust to return meaningful clusters (if there are any).


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy