[postgis-tickets] [PostGIS] #3362: Add function for DBSCAN clustering algorithm
PostGIS
trac at osgeo.org
Mon Nov 9 15:40:51 PST 2015
#3362: Add function for DBSCAN clustering algorithm
-------------------------+---------------------------
Reporter: dbaston | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.3.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+---------------------------
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.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3362>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list