public class CompleteLinkageTreeBuilder extends TreeBuilder
WardsLinkageTreeBuilderAll
- lazyUpdate)level, monitor, progress, progressWriter
Constructor and Description |
---|
CompleteLinkageTreeBuilder() |
Modifier and Type | Method and Description |
---|---|
protected TreeSet<NodeDistance> |
calculateAllDistances(GeneralUnitPNode[][] units)
Calculates all distances between all units.
|
ClusteringTree |
createTree(GeneralUnitPNode[][] units)
Calculation of the Clustering.
|
String |
getClusteringAlgName() |
allowAborting, finishMonitor, incrementMonitor, resetMonitor, setMonitor
public ClusteringTree createTree(GeneralUnitPNode[][] units) throws ClusteringAbortedException
createTree
in class TreeBuilder
units
- the GeneralUnitPNode Array containing all the units of the SOMClusteringAbortedException
protected TreeSet<NodeDistance> calculateAllDistances(GeneralUnitPNode[][] units) throws ClusteringAbortedException
units
- A GeneralUnitPNode[][] containing the Units of the somClusteringAbortedException
- when the clustering was aborted.public String getClusteringAlgName()
getClusteringAlgName
in class TreeBuilder