MobilityDB 1.3
Loading...
Searching...
No Matches

◆ geo_cluster_dbscan()

uint32_t * geo_cluster_dbscan ( const GSERIALIZED **  geoms,
uint32_t  ngeoms,
double  tolerance,
int  minpoints 
)

Return an array of integers specifying the cluster number assigned to the input geometries using the DBSCAN algorithm contains a geometry.

Parameters
[in]geomsGeometries
[in]ngeomsNumber of elements in the input array
[in]toleranceTolerance
[in]minpointsMinimum number of points
Note
PostGIS function: ST_ClusterDBSCAN(PG_FUNCTION_ARGS)