Density Adaptive Parallel Clustering
Marcello La Rocca

TL;DR
This paper introduces a new density-based clustering algorithm inspired by DBSCAN and minimum spanning trees, which is deterministic, simpler, faster, and does not require pre-setting the number of clusters.
Contribution
The proposed method offers a novel density-adaptive clustering approach that improves simplicity and speed without needing to specify cluster count beforehand.
Findings
The new algorithm is faster than previous solutions.
It is deterministic and does not require pre-setting k.
It compares favorably with existing density-based methods.
Abstract
In this paper we are going to introduce a new nearest neighbours based approach to clustering, and compare it with previous solutions; the resulting algorithm, which takes inspiration from both DBscan and minimum spanning tree approaches, is deterministic but proves simpler, faster and doesnt require to set in advance a value for k, the number of clusters.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Clustering Algorithms Research · Data Management and Algorithms · Data Mining Algorithms and Applications
