public class SingleLinkageTreeBuilder extends TreeBuilder
level, monitor, progress, progressWriter
Constructor and Description |
---|
SingleLinkageTreeBuilder() |
Modifier and Type | Method and Description |
---|---|
private TreeSet<NodeDistance> |
calculateNearestDistances(GeneralUnitPNode[][] units)
Calculates the distances from each unit to its neighbours to the right, bottom and bottom-right.
|
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
private TreeSet<NodeDistance> calculateNearestDistances(GeneralUnitPNode[][] units) throws ClusteringAbortedException
units
- A GeneralUnitPNode[][] containing the Units of the somClusteringAbortedException
public String getClusteringAlgName()
getClusteringAlgName
in class TreeBuilder