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

Packages that use PropertiesException
at.tuwien.ifs.somtoolbox.apps.helper   
at.tuwien.ifs.somtoolbox.models Provides the actual implementations of network models. 
at.tuwien.ifs.somtoolbox.properties Provides classes that handle reading network-specific properties for the training and properties specific to the state of applications. 
 

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

Methods in at.tuwien.ifs.somtoolbox.apps.helper that throw PropertiesException
static void HTMLMapReader.main(String[] args)
           
 

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

Constructors in at.tuwien.ifs.somtoolbox.models that throw PropertiesException
GrowingSOM(int xSize, int ySize, int numIterations, InputData data)
          Constructs and trains a new GrowingSOM.
GrowingSOM(int xSize, int ySize, int zSize, String metricName, int numIterations, boolean normalised, boolean usePCAInit, int randomSeed, InputData data)
          Constructs and trains a new GrowingSOM.
GrowingSOM(Properties properties)
           
 

Uses of PropertiesException in at.tuwien.ifs.somtoolbox.properties
 

Methods in at.tuwien.ifs.somtoolbox.properties that throw PropertiesException
private  void SOMProperties.parse()
           
private  void FileProperties.parse()
           
private  void SOMProperties.validatePropertyValues()
           
 

Constructors in at.tuwien.ifs.somtoolbox.properties that throw PropertiesException
FileProperties(Properties properties)
           
FileProperties(String fname)
          Loads and encapsulated properties related to the input data.
GHSOMProperties(String fname)
          Loads and encapsulated properties for the GHSOM training process.
SOMProperties(int xSize, int ySize, int numIterations, double lernrate)
           
SOMProperties(int xSize, int ySize, int zSize, long seed, int trainingCycles, int trainingIterations, double lernrate, double sigma, double tau, String metric, boolean usePCA)
           
SOMProperties(int xSize, int ySize, int zSize, long seed, int trainingCycles, int trainingIterations, int dumpEvery, double lernrate, double sigma, double tau, String metric, boolean usePCA)
           
SOMProperties(int xSize, int ySize, long seed, int numCycles, int numIterations, double learnrate, double sigma, double tau, String metricName, boolean usePCA)
           
SOMProperties(Properties properties)
           
SOMProperties(String fname)
          Loads and encapsulated properties for the SOM training process.
SOMViewerProperties(String fname)
          Loads the properties (or preferences) for the SOMViewer application and GUI.