at.tuwien.ifs.somtoolbox.clustering
Class WardClustering.ClusterThread
java.lang.Object
at.tuwien.ifs.somtoolbox.clustering.WardClustering.ClusterThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- WardClustering<E>
class WardClustering.ClusterThread
- extends Object
- implements Runnable
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mergedCluster
private HierarchicalCluster<E> mergedCluster
coords
private Indices2D coords
WardClustering.ClusterThread
public WardClustering.ClusterThread(Indices2D coords)
run
public void run()
- Specified by:
run
in interface Runnable