at.tuwien.ifs.somtoolbox.clustering
Class WardClustering.ClusterThread

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.clustering.WardClustering.ClusterThread
All Implemented Interfaces:
Runnable
Enclosing class:
WardClustering<E>

 class WardClustering.ClusterThread
extends Object
implements Runnable


Field Summary
private  Indices2D coords
           
private  HierarchicalCluster<E> mergedCluster
           
 
Constructor Summary
WardClustering.ClusterThread(Indices2D coords)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mergedCluster

private HierarchicalCluster<E> mergedCluster

coords

private Indices2D coords
Constructor Detail

WardClustering.ClusterThread

public WardClustering.ClusterThread(Indices2D coords)
Method Detail

run

public void run()
Specified by:
run in interface Runnable