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

Packages that use ClusterElementFunctions
at.tuwien.ifs.somtoolbox.clustering   
at.tuwien.ifs.somtoolbox.clustering.functions   
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.clustering.functions
 

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

Methods in at.tuwien.ifs.somtoolbox.clustering.functions 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