org.geotools.graph.util.delaunay
Class PoissonClusterer

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

public class PoissonClusterer
extends java.lang.Object

Author:
jfc173

Constructor Summary
PoissonClusterer()
          Creates a new instance of PoissonClusterer
 
Method Summary
static double fact(int i)
           
static Graph findClusters(Graph incoming, Expression base, Expression target, double meanRate, int distance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoissonClusterer

public PoissonClusterer()
Creates a new instance of PoissonClusterer

Method Detail

findClusters

public static Graph findClusters(Graph incoming,
                                 Expression base,
                                 Expression target,
                                 double meanRate,
                                 int distance)

fact

public static double fact(int i)


Copyright © 1996-2010 Geotools. All Rights Reserved.