Open
Description
Describe the feature or idea you want to propose
Implement the Density-based clustering algorithm, Density Peak, in a new module (density_based) in Clustering module.
Describe your proposed solution
Code References:
- Python DPCA: https://github.com/colinwke/dpca
- Java DPC implementation: https://github.com/Moonet/DensityPeakClustering
Paper References:
Describe alternatives you've considered, if relevant
No response
Additional context
No response