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

Packages that use SOMLibFileFormatException
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.helper   
at.tuwien.ifs.somtoolbox.apps.initEval   
at.tuwien.ifs.somtoolbox.apps.viewer This package implements the SOMViewer application; main class is SOMViewer.java. 
at.tuwien.ifs.somtoolbox.data Classes in this package implement reading, storing and providing of different data needed for the SOM, e.g. 
at.tuwien.ifs.somtoolbox.input Provides classes responsible for reading trained network models from file or some other location. 
at.tuwien.ifs.somtoolbox.layers.initialisation   
at.tuwien.ifs.somtoolbox.reportgenerator   
 

Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.apps
 

Methods in at.tuwien.ifs.somtoolbox.apps that throw SOMLibFileFormatException
static void QualityMeasureComputer.main(String[] args)
           
static void MapInterpolator.main(String[] args)
          Method for stand-alone execution of the map interpolater.
 

Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.apps.helper
 

Methods in at.tuwien.ifs.somtoolbox.apps.helper that throw SOMLibFileFormatException
static void HTMLMapReader.main(String[] args)
           
static void SOMMerger.main(String[] args)
           
static void DataWinnerMappingWriter.main(String[] args)
           
static void DataGenerator.main(String[] args)
           
static void SomToInputConvertor.main(String[] args)
           
static void SOMLibInputMerger.main(String[] args)
           
private static void SOMLibInputMerger.merge(String[] inputTvs, String[] inputVecs, String outFile, int percentage, SOMLibInputMerger.mergeMode mode, int[] size)
           
static void SOMLibInputMerger.mergeVectors(String[] inputTvs, String[] inputVecs, String outFile, String modeString, int[] size)
           
 

Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.apps.initEval
 

Methods in at.tuwien.ifs.somtoolbox.apps.initEval that throw SOMLibFileFormatException
static void EvaluationMain.main(String[] args)
           
 

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

Constructors in at.tuwien.ifs.somtoolbox.apps.viewer that throw SOMLibFileFormatException
MapPNode(JFrame parentFrame, String weightVectorFileName, String unitDescriptionFileName, String mapDescriptionFileName, CommonSOMViewerStateData state)
          Default constructors - reading of input files not yet done.
 

Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.data
 

Methods in at.tuwien.ifs.somtoolbox.data that throw SOMLibFileFormatException
 int SOMLibClassInformation.getClassIndexForInput(String vectorName)
           
 String SOMLibClassInformation.getClassName(String vectorName)
          Gets the class name for a vector name.
private  void SOMLibClassInformation.throwClassInfoReadingError(String classInformationFileName, IOException e)
           
static void InputDataWriter.writeAsESOM(InputData data, String fileName)
          Writes the data to ESOM lrn/cls format.
static void InputDataWriter.writeAsESOM(SOMLibClassInformation classInfo, String fileName)
          Writes the class information as ESOM cls file.
static void InputDataWriter.writeAsSOMLib(HashMap<String,String> classInfo, HashSet<String> classNames, String fileName)
          Writes the class information to a file in SOMLib format.
static void InputDataWriter.writeAsSOMLib(InputData data, TemplateVector templateVector, SOMLibClassInformation classInformation, boolean tabSeparatedClassFile, String basicFileName)
          Writes the class information to a file.
static void InputDataWriter.writeAsSOMLib(InputData data, TemplateVector templateVector, SOMLibClassInformation classInformation, String basicFileName)
          Writes the class information to a file.
static void InputDataWriter.writeAsSOMLib(SOMLibClassInformation classInfo, String fileName)
          Writes the class information to a file in SOMLib format.
 void SOMLibDataInformation.writeToFile(String fileName)
          Writes the class information to a file.
static void InputDataWriter.writeToFileTabSeparated(SOMLibClassInformation classInfo, String fileName)
          Writes the class information to a tab-separated file.
 

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

Methods in at.tuwien.ifs.somtoolbox.input that throw SOMLibFileFormatException
 void SOMLibDataWinnerMapping.readDataWinnerMappingFile(String fileName)
          Reads from the file and fills the data structure.
protected  void SOMLibFormatInputReader.readMapDescriptionFile(String fileName)
          Reads a SOMLib map description file with the given name.
protected  void SOMLibFormatInputReader.readUnitDescriptionFile(String fileName)
          Reads a SOMLib unit description file with the given name.
private  void SOMLibFormatInputReader.readWeightVectorFile(String fileName)
          Reads a SOMLib weight vector file with the given name.
 

Constructors in at.tuwien.ifs.somtoolbox.input that throw SOMLibFileFormatException
MnemonicSOMLibFormatInputReader(String unitDescriptionFileName, String mapDescriptionFileName, int dimension)
           
MnemonicSOMLibFormatInputReader(String weightVectorFileName, String unitDescriptionFileName, String mapDescriptionFileName)
           
MnemonicSOMLibFormatInputReader(String weightVectorFileName, String unitDescriptionFileName, String mapDescriptionFileName, int dimension)
           
SOMLibDataWinnerMapping(String fileName)
          Sole constructor taking the name of the data-winner mapping file as an argument.
SOMLibFormatInputReader(String weightVectorFileName, String unitDescriptionFileName, String mapDescriptionFileName)
          Sole constructor taking the name of the weight vector file, the unit description file and the map description file as arguments.
 

Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.layers.initialisation
 

Methods in at.tuwien.ifs.somtoolbox.layers.initialisation that throw SOMLibFileFormatException
private  void SOMInitializer.read()
          Read weights from an already trained SOM
 

Uses of SOMLibFileFormatException in at.tuwien.ifs.somtoolbox.reportgenerator
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator that throw SOMLibFileFormatException
static void ReportGenerator.main(String[] args)
          the main method if the report generator is called as a stand alone application