Ricardo J. G. B. Campello, Davoud Moulavi, & Joerg Sander (2013)
Pacific-Asia Conference on Knowledge Discovery and Data Mining (PAKDD).
DOI: https://doi.org/10.1007/978-3-642-37456-2_14
Abstract. Introduces HDBSCAN, the hierarchical extension of DBSCAN that removes the global $\varepsilon$ density-radius parameter. The method builds a hierarchy of clusters across all density levels via mutual reachability distances, then extracts the most stable clusters using a notion of excess of mass. HDBSCAN handles clusters of varying density without per-cluster tuning and produces a soft hierarchy that supports outlier scoring. It is the de facto density-based clustering algorithm in the modern Python ecosystem (
hdbscan package).Tags: clustering unsupervised-learning
Cited in: