Uses of Interface
at.tuwien.ifs.somtoolbox.clustering.ClusterElementFunctions

Packages that use ClusterElementFunctions
at.tuwien.ifs.somtoolbox.clustering   
at.tuwien.ifs.somtoolbox.layers Provides the basic classes constituting SOM-based neural networks. 
at.tuwien.ifs.somtoolbox.structures   
at.tuwien.ifs.somtoolbox.visualization Provides classes creating visualisations of trained SOMs. 
 

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

Fields in at.tuwien.ifs.somtoolbox.clustering declared as ClusterElementFunctions
protected  ClusterElementFunctions<E> WardClustering.elementDistance
           
 

Constructors in at.tuwien.ifs.somtoolbox.clustering with parameters of type ClusterElementFunctions
WardClustering(ClusterElementFunctions<E> elementDistance)
          Do full clustering tree.
WardClustering(ClusterElementFunctions<E> elementDistance, double threshold)
          Do clustering with a specified threshold to stop building the tree.
WardClustering(ClusterElementFunctions<E> elementDistance, int targetSize)
          Do clustering with a specified target number of clusters to reach.
 

Uses of ClusterElementFunctions in at.tuwien.ifs.somtoolbox.layers
 

Classes in at.tuwien.ifs.somtoolbox.layers that implement ClusterElementFunctions
 class UnitClusteringFunction
           
 

Uses of ClusterElementFunctions in at.tuwien.ifs.somtoolbox.structures
 

Classes in at.tuwien.ifs.somtoolbox.structures that implement ClusterElementFunctions
 class ComponentLine2DDistance
           
 class ComponentLine3DDistance
           
 class DoubleVector2DDistance
          Implements functions needed for clustering of double arrays.
 

Methods in at.tuwien.ifs.somtoolbox.structures that return ClusterElementFunctions
static ClusterElementFunctions<ComponentLine3D> ComponentLine3DDistance.getEuclidean()
           
static ClusterElementFunctions<ComponentLine2D> ComponentLine2DDistance.getEuclidean()
           
 

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

Fields in at.tuwien.ifs.somtoolbox.visualization with type parameters of type ClusterElementFunctions
private  LeastRecentlyUsedCache<ClusterElementFunctions<ComponentLine2D>,WardClustering<ComponentLine2D>> MetroMapVisualizer.clusterCache