Your cart is currently empty!
Density-based clustering algorithms group data points based on their density and proximity. The approach identifies dense regions (topics) in the data space. Examples of algorithms in this category include DBSCAN and HDBSCAN.
This method is suitable for clustering both text and numeric data. In practice, BERTopic utilizes this clustering type, specifically employing HDBSCAN to identify dense clusters within the low-dimensional embedding space. Density-based clustering is used in SEO for tasks like backlink profile analysis and local search clustering.
