mhahsler / dbscan

Density Based Clustering of Applications with Noise (DBSCAN) and Related Algorithms - R package
GNU General Public License v3.0
304 stars 64 forks source link

may you clarify is multi-density clustering is implemented, since it is mentioned on references ? #53

Closed Sandy4321 closed 1 year ago

Sandy4321 commented 1 year ago

may you clarify is multi-density clustering is implemented, since it is mentioned on references ?

@inproceedings{ghanbarpour2014exdbscan, title={EXDBSCAN: An extension of DBSCAN to detect clusters in multi-density datasets}, author={Ghanbarpour, Asieh and Minaei, Behrooz}, booktitle={Intelligent Systems (ICIS), 2014 Iranian Conference on}, pages={1--5}, year={2014}, organization={IEEE} }

mhahsler commented 1 year ago

dbscan does not implement EXDBSCAN. Please read the paper or reach out to the authors.