Uses of Class
at.tuwien.ifs.somtoolbox.visualization.clustering.NodeDistance

Packages that use NodeDistance
at.tuwien.ifs.somtoolbox.visualization.clustering Contains classes implementing clustering methods on the SOM. 
 

Uses of NodeDistance in at.tuwien.ifs.somtoolbox.visualization.clustering
 

Methods in at.tuwien.ifs.somtoolbox.visualization.clustering that return types with arguments of type NodeDistance
private  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.
 

Methods in at.tuwien.ifs.somtoolbox.visualization.clustering with parameters of type NodeDistance
 int NodeDistance.compareTo(NodeDistance o)