Uses of Class
at.tuwien.ifs.somtoolbox.util.Indices2D

Packages that use Indices2D
at.tuwien.ifs.somtoolbox.clustering   
 

Uses of Indices2D in at.tuwien.ifs.somtoolbox.clustering
 

Fields in at.tuwien.ifs.somtoolbox.clustering declared as Indices2D
private  Indices2D WardClustering.ClusterThread.coords
           
 

Methods in at.tuwien.ifs.somtoolbox.clustering that return Indices2D
private  Indices2D[] WardClustering.getIndices(List<HierarchicalCluster<E>> clusters)
          find matrix indices for starting & ending the symmetrical matrix indices
 

Constructors in at.tuwien.ifs.somtoolbox.clustering with parameters of type Indices2D
WardClustering.ClusterThread(Indices2D coords)