Uses of Class
at.tuwien.ifs.somtoolbox.layers.UnitPair

Packages that use UnitPair
at.tuwien.ifs.somtoolbox.visualization Provides classes creating visualisations of trained SOMs. 
 

Uses of UnitPair in at.tuwien.ifs.somtoolbox.visualization
 

Fields in at.tuwien.ifs.somtoolbox.visualization with type parameters of type UnitPair
private  Hashtable<Double,ArrayList<UnitPair>> NeighbourhoodGraph.radiusLinesCache
          caches the results of radius-based connections
 

Methods in at.tuwien.ifs.somtoolbox.visualization that return types with arguments of type UnitPair
private  ArrayList<UnitPair> NeighbourhoodGraph.createKNNBased(GrowingSOM gsom, int width, int height)
          Returns a list of unit-pairs, for which at least one of the two units is one of the k-nearest neighbours of the other one.
private  ArrayList<UnitPair> NeighbourhoodGraph.createRadiusBased(GrowingSOM gsom, int width, int height)
          Returns a list of unit-pairs, for which the distance of at least one of them to the other one is smaller than the fixed radius.