Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private SortedMap<Integer,ClusterElementsStorage> |
MapPNode.currentClusteringElements |
Modifier and Type | Method and Description |
---|---|
void |
MapPNode.setClusteringElements(SortedMap<Integer,ClusterElementsStorage> elements)
Replaces currentClusteringElements with elements and makes sure the correct stuff is displayed.
|
Modifier and Type | Field and Description |
---|---|
private SortedMap<Integer,ClusterElementsStorage> |
ClusteringTree.allClusteringElements
contains all currently shown clustering layers
|
Modifier and Type | Method and Description |
---|---|
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.
|