Uses of Class
at.tuwien.ifs.somtoolbox.properties.FileProperties

Packages that use FileProperties
at.tuwien.ifs.somtoolbox.apps Classes in this package implement applications based upon SOMs, the most important being the SOMViewer
at.tuwien.ifs.somtoolbox.models Provides the actual implementations of network models. 
at.tuwien.ifs.somtoolbox.output Provides classes to write trained SOMs to files for future re-use. 
 

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

Fields in at.tuwien.ifs.somtoolbox.apps declared as FileProperties
private  FileProperties SDHTrainingSequenceGenerator.fileProps
           
 

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

Fields in at.tuwien.ifs.somtoolbox.models declared as FileProperties
private  FileProperties GrowingSOM.IntermediateSOMDumper.fileProperties
           
 

Methods in at.tuwien.ifs.somtoolbox.models with parameters of type FileProperties
protected static InputData AbstractNetworkModel.getInputData(FileProperties fileProps)
           
 

Constructors in at.tuwien.ifs.somtoolbox.models with parameters of type FileProperties
GrowingSOM.IntermediateSOMDumper(FileProperties fileProperties)
           
 

Uses of FileProperties in at.tuwien.ifs.somtoolbox.output
 

Methods in at.tuwien.ifs.somtoolbox.output with parameters of type FileProperties
static void SOMLibMapOutputter.write(GHSOM ghsom, String fDir, String fName, boolean gzipped, SOMProperties somProps, FileProperties fileProps)
           
static void GrowingCellStructuresMapOutputter.write(GrowingCellStructures csom, String fDir, String fName, boolean gzipped, SOMProperties somProps, FileProperties fileProps)
           
static void SOMLibMapOutputter.write(GrowingSOM gsom, String fDir, String fName, boolean gzipped, SOMProperties somProps, FileProperties fileProps)
          Writes a SOM (or SOM-like) structure to SOMLib format.
private static void GrowingCellStructuresMapOutputter.writeMapDescriptionFile(GrowingCellStructures csom, String fDir, String fName, SOMProperties somProps, FileProperties fileProps)
           
static void SOMLibMapOutputter.writeMapDescriptionFile(GrowingSOM topLevelMap, String fDir, String fName, SOMProperties somProps, FileProperties fileProps)