at.tuwien.ifs.somtoolbox.properties
Class GHSOMProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by at.tuwien.ifs.somtoolbox.properties.SOMProperties
                  extended by at.tuwien.ifs.somtoolbox.properties.GHSOMProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class GHSOMProperties
extends SOMProperties

Properties for GHSOM training.

Version:
$Id: GHSOMProperties.java 3587 2010-05-21 10:35:33Z mayer $
Author:
Michael Dittenbach
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class at.tuwien.ifs.somtoolbox.properties.SOMProperties
SOMProperties.DatumToUnitMapping
 
Field Summary
private  String expandQualityMeasureName
           
private  boolean reIndex
           
private static long serialVersionUID
           
private  double tau2
           
 
Fields inherited from class at.tuwien.ifs.somtoolbox.properties.SOMProperties
defaultLearnRate, MODE_EXCEPT, MODE_FAVOUR, MODE_NORMAL, propertiesFileNameSuffix, WORKING_DIRECTORY
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
GHSOMProperties(String fname)
          Loads and encapsulated properties for the GHSOM training process.
 
Method Summary
 String expandQualityMeasureName()
          Returns the name of the used quality measure.
 boolean reIndex()
          Not used at the moment.
 double tau2()
          Returns tau2 determining the maximum data representation granularity.
 
Methods inherited from class at.tuwien.ifs.somtoolbox.properties.SOMProperties
adaptiveCoordinatesTreshold, batchSom, datumToUnitMappings, getClassInfoFileName, getDumpEvery, getGridLayout, getGridTopology, getMinimumFeatureDensity, getSelectedClasses, getSelectedClassMode, growthQualityMeasureName, learnrate, metricName, neighbourWidth, numCycles, numIterations, pca, randomSeed, sigma, tau, trainedIterations, writeToFile, xSize, ySize, zSize
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

reIndex

private boolean reIndex

tau2

private double tau2

expandQualityMeasureName

private String expandQualityMeasureName
Constructor Detail

GHSOMProperties

public GHSOMProperties(String fname)
                throws PropertiesException
Loads and encapsulated properties for the GHSOM training process.

Parameters:
fname - Name of the properties file.
Throws:
PropertiesException
Method Detail

reIndex

public boolean reIndex()
Not used at the moment.

Returns:
Returns the reIndex.

tau2

public double tau2()
Returns tau2 determining the maximum data representation granularity.

Returns:
tau2 determining the maximum data representation granularity.

expandQualityMeasureName

public String expandQualityMeasureName()
Returns the name of the used quality measure.

Returns:
the name of the used quality measure.