Uses of Package
at.tuwien.ifs.somtoolbox.visualization.clustering

Packages that use at.tuwien.ifs.somtoolbox.visualization.clustering
at.tuwien.ifs.somtoolbox.apps.viewer This package implements the SOMViewer application; main class is SOMViewer.java. 
at.tuwien.ifs.somtoolbox.layers.quality Classes in this package implement various quality measures, indicating the quality of the SOM mapping. 
at.tuwien.ifs.somtoolbox.reportgenerator   
at.tuwien.ifs.somtoolbox.reportgenerator.output   
at.tuwien.ifs.somtoolbox.visualization.clustering Contains classes implementing clustering methods on the SOM. 
at.tuwien.ifs.somtoolbox.visualization.comparison   
 

Classes in at.tuwien.ifs.somtoolbox.visualization.clustering used by at.tuwien.ifs.somtoolbox.apps.viewer
ClusterElementsStorage
          A container to store borders and labels of one level of a clustering
ClusteringAbortedException
          Is thrown when the user has aborted the running clustering algorithm.
ClusteringTree
          Class for storing the clustering.
TreeBuilder
          Superclass providing aborting and status monitoring functionality for the clustering algorithms.
 

Classes in at.tuwien.ifs.somtoolbox.visualization.clustering used by at.tuwien.ifs.somtoolbox.layers.quality
ClusterNode
          Class containing one node in the cluster tree.
 

Classes in at.tuwien.ifs.somtoolbox.visualization.clustering used by at.tuwien.ifs.somtoolbox.reportgenerator
ClusteringTree
          Class for storing the clustering.
ClusterNode
          Class containing one node in the cluster tree.
 

Classes in at.tuwien.ifs.somtoolbox.visualization.clustering used by at.tuwien.ifs.somtoolbox.reportgenerator.output
ClusterNode
          Class containing one node in the cluster tree.
 

Classes in at.tuwien.ifs.somtoolbox.visualization.clustering used by at.tuwien.ifs.somtoolbox.visualization.clustering
AbstractWardsLinkageTreeBuilder
           
BorderPNode
          Stores all the border lines for one cluster.
Cluster
          A Cluster used in KMeans clustering.
ClusterElementsStorage
          A container to store borders and labels of one level of a clustering
ClusterEquivalence
           
ClusteringAbortedException
          Is thrown when the user has aborted the running clustering algorithm.
ClusteringTree
          Class for storing the clustering.
ClusterLabel
          Extends the Label class with an additional value for sorting to determine the order of the labels.
ClusterNode
          Class containing one node in the cluster tree.
ColoredClusterPNode
          Class used to paint the clusters on the map.
KMeans
          Pretty much the classic K-Means clustering.
KMeans.InitType
           
LabelCoordinates
           
MoreCentresThanKException
          In case anyone dares to set more centres for a K-Means guy -- that's what you're gonna get.
NodeDistance
          Used to store a distance between two clusters.
NonHierarchicalTreeBuilder
          This is an abstract class for non-hierarchical tree builders, which need to build a new clustering tree for each level.
TreeBuilder
          Superclass providing aborting and status monitoring functionality for the clustering algorithms.
 

Classes in at.tuwien.ifs.somtoolbox.visualization.clustering used by at.tuwien.ifs.somtoolbox.visualization.comparison
ClusteringAbortedException
          Is thrown when the user has aborted the running clustering algorithm.
LabelCoordinates