Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.visualization.clustering |
Contains classes implementing clustering methods on the SOM.
|
Modifier and Type | Method and Description |
---|---|
protected TreeSet<NodeDistance> |
CompleteLinkageTreeBuilder.calculateAllDistances(GeneralUnitPNode[][] units)
Calculates all distances between all units.
|
private TreeSet<NodeDistance> |
WardsLinkageTreeBuilderAll.calculateInitialDistances(GeneralUnitPNode[][] units)
Calculates the initial distances from each To each other unit where there is not yet a distance calculated.
|
private TreeSet<NodeDistance> |
WardsLinkageTreeBuilder.calculateInitialDistances(GeneralUnitPNode[][] units)
Calculates the initial distances from each unit to its neighbours to the right, bottom, bottom-right and
bottom-left.
|
private TreeSet<NodeDistance> |
SingleLinkageTreeBuilder.calculateNearestDistances(GeneralUnitPNode[][] units)
Calculates the distances from each unit to its neighbours to the right, bottom and bottom-right.
|
Modifier and Type | Method and Description |
---|---|
int |
NodeDistance.compareTo(NodeDistance o) |