|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterElementsStorage | |
---|---|
at.tuwien.ifs.somtoolbox.apps.viewer | This package implements the SOMViewer application; main class is SOMViewer.java. |
at.tuwien.ifs.somtoolbox.visualization.clustering | Contains classes implementing clustering methods on the SOM. |
Uses of ClusterElementsStorage in at.tuwien.ifs.somtoolbox.apps.viewer |
---|
Fields in at.tuwien.ifs.somtoolbox.apps.viewer with type parameters of type ClusterElementsStorage | |
---|---|
private SortedMap<Integer,ClusterElementsStorage> |
MapPNode.currentClusteringElements
|
Method parameters in at.tuwien.ifs.somtoolbox.apps.viewer with type arguments of type ClusterElementsStorage | |
---|---|
void |
MapPNode.setClusteringElements(SortedMap<Integer,ClusterElementsStorage> elements)
Replaces currentClusteringElements with elements and makes sure the correct stuff is displayed. |
Uses of ClusterElementsStorage in at.tuwien.ifs.somtoolbox.visualization.clustering |
---|
Fields in at.tuwien.ifs.somtoolbox.visualization.clustering with type parameters of type ClusterElementsStorage | |
---|---|
private SortedMap<Integer,ClusterElementsStorage> |
ClusteringTree.allClusteringElements
contains all currently shown clustering layers |
Methods in at.tuwien.ifs.somtoolbox.visualization.clustering that return types with arguments of type ClusterElementsStorage | |
---|---|
SortedMap<Integer,ClusterElementsStorage> |
ClusteringTree.getAllClusteringElements()
|
SortedMap<Integer,ClusterElementsStorage> |
ClusteringTree.getClusteringInto(int l)
Returns the borders and the Labels of the clustering into l clusters and all other currently painted cluster's borders and labels |
SortedMap<Integer,ClusterElementsStorage> |
ClusteringTree.getClusteringInto(int l,
boolean sticky)
Recreates the ClusterElementsStorageNode for layer l. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |