jAER project on SourceForge

net.sf.jaer.eventprocessing.tracking
Class ClusterTracker.ClosestCluster

java.lang.Object
  extended by net.sf.jaer.eventprocessing.tracking.ClusterTracker.ClosestCluster
Enclosing class:
ClusterTracker

public final class ClusterTracker.ClosestCluster
extends java.lang.Object

Represents a cluster and a distance (the distance of an event to the cluster)


Field Summary
 ClusterTracker.Cluster cluster
           
 float distance
           
 
Constructor Summary
ClusterTracker.ClosestCluster(float d, ClusterTracker.Cluster c)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

distance

public float distance

cluster

public ClusterTracker.Cluster cluster
Constructor Detail

ClusterTracker.ClosestCluster

public ClusterTracker.ClosestCluster(float d,
                                     ClusterTracker.Cluster c)

jAER project on SourceForge