DBSCAN means density-based spatial clustering of applications with noise and is a popular density-based cluster analysis algorithm.
I am working with GPS data (latitude, longitude). For density based clustering I have used DBSCAN in R. Advantages of …
r cluster-analysis dbscan