Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps.viewer |
This package implements the SOMViewer application; main class is SOMViewer.java.
|
at.tuwien.ifs.somtoolbox.visualization.clustering |
Contains classes implementing clustering methods on the SOM.
|
at.tuwien.ifs.somtoolbox.visualization.comparison |
Modifier and Type | Method and Description |
---|---|
void |
MapPNode.buildTree(TreeBuilder builder)
Creates new
TreeBuilder . |
Modifier and Type | Method and Description |
---|---|
protected void |
TreeBuilder.allowAborting() |
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.
|
ClusteringTree |
WardsLinkageTreeBuilderAll.createTree(GeneralUnitPNode[][] units)
Calculation of the Clustering.
|
ClusteringTree |
WardsLinkageTreeBuilder.createTree(GeneralUnitPNode[][] units)
Calculation of the Clustering.
|
abstract ClusteringTree |
TreeBuilder.createTree(GeneralUnitPNode[][] units) |
ClusteringTree |
SingleLinkageTreeBuilder.createTree(GeneralUnitPNode[][] units)
Calculation of the Clustering.
|
ClusteringTree |
KMeansTreeBuilder.createTree(GeneralUnitPNode[][] units) |
ClusteringTree |
CompleteLinkageTreeBuilder.createTree(GeneralUnitPNode[][] units)
Calculation of the Clustering.
|
abstract ClusteringTree |
NonHierarchicalTreeBuilder.createTree(GeneralUnitPNode[][] units,
int k) |
ClusteringTree |
KMeansTreeBuilder.createTree(GeneralUnitPNode[][] units,
int k) |
ClusteringTree |
NonHierarchicalTreeBuilder.getTree(GeneralUnitPNode[][] units,
int k) |
Modifier and Type | Method and Description |
---|---|
static int[][] |
SOMComparison.calculateClusterAssignment(GrowingSOM gsom,
int level)
Assigns each unit in the grid a number for the cluster it belongs to
|
ArrayList<Shift> |
SOMComparison.calculateClusterShifts(MapPNode map1,
MapPNode map2) |