Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps.viewer |
This package implements the SOMViewer application; main class is SOMViewer.java.
|
at.tuwien.ifs.somtoolbox.input |
Provides classes responsible for reading trained network models from file or some other location.
|
at.tuwien.ifs.somtoolbox.models |
Provides the actual implementations of network models.
|
at.tuwien.ifs.somtoolbox.visualization |
Provides classes creating visualisations of trained SOMs.
|
Modifier and Type | Field and Description |
---|---|
SOMInputReader |
CommonSOMViewerStateData.somInputReader |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSOMInputReader
Provides generic functionality to read a saved network model.
|
class |
ESOMFormatInputReader
Reads a map in the ESOM Format (see http://databionic-esom.sourceforge.net/user.html#File_formats)
|
class |
MnemonicSOMLibFormatInputReader
A
SOMInputReader that can handle MnemonicSOM , i.e. |
class |
SOMLibFormatInputReader
Provides the functionality to read a saved network model in SOMLib format.
|
class |
SOMPAKFormatInputReader
Reads a SOM in SOMPAK file format.
|
Modifier and Type | Method and Description |
---|---|
private void |
GrowingSOM.restoreLayer(int id,
SOMInputReader ir,
GrowingLayer layer) |
Constructor and Description |
---|
GHSOM(SOMInputReader ir)
Constructs an already trained
GHSOM with a SOMInputReader provided by argument
ir . |
GrowingSOM(int id,
Unit su,
SOMInputReader ir)
Private constructor used recursively in hierarchical network models consisting of multiple maps.
|
GrowingSOM(int id,
Unit su,
SOMInputReader ir,
GrowingLayer layer) |
GrowingSOM(SOMInputReader ir)
Constructs an already trained
GrowingSOM with a SOMInputReader provided by argument
ir . |
MnemonicSOM(int id,
Unit su,
SOMInputReader ir) |
MnemonicSOM(SOMInputReader ir) |
Modifier and Type | Method and Description |
---|---|
static void |
Visualizations.initVisualizations(SharedSOMVisualisationData inputObjects,
SOMInputReader reader,
int defaultPaletteIndex,
Palette defaultPalette,
Palette[] palettes) |
static void |
Visualizations.initVisualizations(SharedSOMVisualisationData inputObjects,
SOMInputReader reader,
MapPNode map)
Initialises all registered visualisation - sets the
SharedSOMVisualisationData input objects, the
MapPNode map, and default palettes. |
void |
MetroMapVisualizer.setSOMData(SOMInputReader reader) |
void |
BackgroundImageVisualizer.setSOMData(SOMInputReader reader)
Sets the input data needed to create visualisations.
|
void |
AbstractBackgroundImageVisualizer.setSOMData(SOMInputReader reader)
Implementing sub-classes shall override this method if they need to set some specific input-data related
information.
|