Configure HDBSCAN for a clustering solution
-
- UpdatedJul 31, 2025
- 3 minutes to read
- Zurich
- AI Experiences
Consider applying the Hierarchical Density Based Spatial Clustering of Applications with Noise (HDBSCAN) algorithm to your clustering solution. HDBSCAN is available as an alternative to the default clustering algorithm, k-means.
Before you begin
- Create a clustering solution definition or use an existing one.
- Role required: admin or ml_admin
About this task
You can apply the HDBSCAN algorithm to help the system identify data samples that aren't assigned to any cluster. For example, you can apply HDBSCAN to support Topic Discovery.
Predictive Intelligence implements the k-means algorithm by default in its clustering framework. HDBSCAN is similar to the DBSCAN clustering algorithm except that it works with minimum-sized clusters and can help deliver more stable and persistent clusters. For a summary of how HDBSCAN works, see this article. For a comparison between DBSCAN and HDBSCAN, see this article and this article.
Procedure
Related Content
- Create and train a clustering solution
Group similar records into clusters so you can address them collectively or identify patterns.