Uses of Class
at.tuwien.ifs.somtoolbox.visualization.clustering.ClusterLabel

Packages that use ClusterLabel
at.tuwien.ifs.somtoolbox.visualization.clustering Contains classes implementing clustering methods on the SOM. 
 

Uses of ClusterLabel in at.tuwien.ifs.somtoolbox.visualization.clustering
 

Fields in at.tuwien.ifs.somtoolbox.visualization.clustering declared as ClusterLabel
private  ClusterLabel[] ClusterNode.labels
           
 

Methods in at.tuwien.ifs.somtoolbox.visualization.clustering that return ClusterLabel
 ClusterLabel[] ClusterNode.getLabels()
          returns current label or null in case label is not set
 ClusterLabel[] ClusterNode.getLabels(double fValue, boolean withValue)
          calculates and sets the current labels in case label is not set yet or the values have changed and returns it
 

Methods in at.tuwien.ifs.somtoolbox.visualization.clustering with parameters of type ClusterLabel
 int ClusterLabel.compareTo(ClusterLabel c)