Uses of Interface
at.tuwien.ifs.somtoolbox.input.SOMInputReader

Packages that use SOMInputReader
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. 
 

Uses of SOMInputReader in at.tuwien.ifs.somtoolbox.apps.viewer
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as SOMInputReader
 SOMInputReader CommonSOMViewerStateData.somInputReader
           
 

Uses of SOMInputReader in at.tuwien.ifs.somtoolbox.input
 

Classes in at.tuwien.ifs.somtoolbox.input that implement SOMInputReader
 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.
 

Uses of SOMInputReader in at.tuwien.ifs.somtoolbox.models
 

Methods in at.tuwien.ifs.somtoolbox.models with parameters of type SOMInputReader
private  void GrowingSOM.restoreLayer(int id, SOMInputReader ir, GrowingLayer layer)
           
 

Constructors in at.tuwien.ifs.somtoolbox.models with parameters of type SOMInputReader
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)
           
 

Uses of SOMInputReader in at.tuwien.ifs.somtoolbox.visualization
 

Methods in at.tuwien.ifs.somtoolbox.visualization with parameters of type SOMInputReader
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 BackgroundImageVisualizer.setSOMData(SOMInputReader reader)
          Sets the input data needed to create visualisations.
 void MetroMapVisualizer.setSOMData(SOMInputReader reader)
           
 void AbstractBackgroundImageVisualizer.setSOMData(SOMInputReader reader)
          Implementing sub-classes shall override this method if they need to set some specific input-data related information.