org.geotools.graph.util.delaunay
Class AutoClust

java.lang.Object
  extended by org.geotools.graph.util.delaunay.AutoClust

public class AutoClust
extends java.lang.Object

This class implements the AUTOCLUST algorithm of Estivill-Castro and Lee (2002) "Argument free clustering for large spatial point-data sets via boundary extraction from Delaunay Diagram" in Computers, Environment and Urban Systems, 26:315-334.

Author:
jfc173

Constructor Summary
AutoClust()
          Creates a new instance of AutoClust
 
Method Summary
static Graph runAutoClust(Graph d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoClust

public AutoClust()
Creates a new instance of AutoClust

Method Detail

runAutoClust

public static Graph runAutoClust(Graph d)


Copyright © 1996-2010 Geotools. All Rights Reserved.