Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps |
Classes in this package implement applications based upon SOMs, the most important being the
SOMViewer . |
at.tuwien.ifs.somtoolbox.apps.viewer |
This package implements the SOMViewer application; main class is SOMViewer.java.
|
Modifier and Type | Field and Description |
---|---|
private SOMViewer |
PaletteEditor.somViewer |
Constructor and Description |
---|
DataSetViewer(SOMViewer viewer,
double[][] data) |
DataSetViewer(SOMViewer viewer,
String[] classNames,
Color[] colors,
double[][][] data) |
PaletteEditor(SOMViewer somViewer,
CommonSOMViewerStateData state)
Creates a new
PaletteEditor in the Embedded-mode, used together with the SOMViewer . |
Modifier and Type | Field and Description |
---|---|
SOMViewer |
CommonSOMViewerStateData.parentFrame |
private SOMViewer |
VisualisationCacheViewer.somViewer |
private SOMViewer |
ComponentPlaneClusteringFrame.somViewer |
Modifier and Type | Method and Description |
---|---|
SOMViewer |
CommonSOMViewerStateData.getSOMViewer() |
Modifier and Type | Method and Description |
---|---|
private ComponentPlaneClusteringFrame.ComponentPlaneClustering |
ComponentPlaneClusteringFrame.createClusteredPane(SOMViewer parent,
SOMLibTemplateVector tv,
GrowingLayer layer) |
private edu.umd.cs.piccolo.PNode |
ComponentPlaneClusteringFrame.createUnclusteredPane(SOMViewer parent,
SOMLibTemplateVector tv,
GrowingLayer layer,
boolean showComponentNames) |
Constructor and Description |
---|
CommonSOMViewerStateData(SOMViewer viewer) |
CommonSOMViewerStateData(SOMViewer viewer,
int width) |
ComponentPlaneClusteringFrame(SOMViewer somViewer,
GrowingSOM orginalSom,
SOMLibTemplateVector tv) |
HelpDialog(SOMViewer somViewer) |
VisualisationCacheViewer(SOMViewer somViewer) |