Uses of Class
at.tuwien.ifs.somtoolbox.input.AbstractSOMInputReader

Packages that use AbstractSOMInputReader
at.tuwien.ifs.somtoolbox.input Provides classes responsible for reading trained network models from file or some other location. 
 

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

Subclasses of AbstractSOMInputReader in at.tuwien.ifs.somtoolbox.input
 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.