Skip to content

Need an algorithm to identify spatial clusters

1 message · Dan Putler

#
Hi Mark,

Is your data on a raster grid? If yes, could it be converted to a vector
point set? If you can get it into a vector point set then DBSCAN might
solve your problem. The remaining issue is the choice of a cluster
validation method to determine the number of clusters. I have developed
one that seems to work well for two dimensional data (which is your
case), but is still under development. If you have an interest, let me
know, I can send code along.

Dan
On Tue, 2009-04-14 at 10:26 -0600, Mark Andersen wrote: