org.geotools.graph.util.delaunay
Class PoissonClusterer

Object
  extended by PoissonClusterer

public class PoissonClusterer
extends Object

Author:
jfc173
Module:
modules/extension/graph (gt-graph.jar)

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 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.