Opened 9 years ago
Closed 9 years ago
#3362 closed enhancement (fixed)
Add function for DBSCAN clustering algorithm
Reported by: | dbaston | Owned by: | dbaston |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.3.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
The DBSCAN clustering algorithm (https://en.wikipedia.org/wiki/DBSCAN) seems to receive a good bit of attention in literature and practice; having a PostGIS implementation would be nice.
The existing clustering functions are in fact a special case of DBSCAN, with minPoints = 1, so this addition would complement existing capabilities nicely.
Note:
See TracTickets
for help on using tickets.
Isn't this something that should be implemented at the PostgreSQL side ? https://wiki.postgresql.org/wiki/TABLESAMPLE_Implementation