Package at.tuwien.ifs.somtoolbox.input

Provides classes responsible for reading trained network models from file or some other location.

See:
          Description

Interface Summary
SOMInputReader Interface for classes providing the functionality of reading network models from file.
 

Class Summary
AbstractSOMInputReader Provides generic functionality to read a saved network model.
DataItemLinkageMap This input object represents a mapping between input items.
ESOMFormatInputReader Reads a map in the ESOM Format (see http://databionic-esom.sourceforge.net/user.html#File_formats)
InputCorrections  
MapFileFormatConverter This class converts between various file formats for trained SOMs.
MnemonicSOMLibFormatInputReader A SOMInputReader that can handle MnemonicSOM, i.e.
SecondLifeInputFileReader Load the input format produced by the Second Life Analytics Suite.
SOMLibDataWinnerMapping Reads and encapsules the input data - winner information.
SOMLibFormatInputReader Provides the functionality to read a saved network model in SOMLib format.
SOMLibMapDescription A class handling SOMLib map files.
SOMPAKFormatInputReader Reads a SOM in SOMPAK file format.
 

Enum Summary
InputCorrections.CreationType Type how input corrections where created.
 

Exception Summary
SOMLibFileFormatException Is thrown if the file format of a SOMLib file is corrupt.
 

Package at.tuwien.ifs.somtoolbox.input Description

Provides classes responsible for reading trained network models from file or some other location.