|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
at.tuwien.ifs.somtoolbox.properties.SOMProperties
at.tuwien.ifs.somtoolbox.properties.GHSOMProperties
public class GHSOMProperties
Properties for GHSOM training.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class at.tuwien.ifs.somtoolbox.properties.SOMProperties |
---|
SOMProperties.DatumToUnitMapping, SOMProperties.SelectedClassMode |
Field Summary | |
---|---|
private java.lang.String |
expandQualityMeasureName
|
(package private) static com.martiansoftware.jsap.FlaggedOption[] |
GHSOM_OPTIONS
|
(package private) static com.martiansoftware.jsap.FlaggedOption |
OPTION_EXPAND_QUALITY_MEASURE_NAME
|
(package private) static com.martiansoftware.jsap.FlaggedOption |
OPTION_TAU2
|
private boolean |
reIndex
|
private static long |
serialVersionUID
|
private double |
tau2
|
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
GHSOMProperties(java.lang.String fname)
Loads and encapsulated properties for the GHSOM training process. |
Method Summary | |
---|---|
java.lang.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 |
---|
private static final long serialVersionUID
private boolean reIndex
static final com.martiansoftware.jsap.FlaggedOption OPTION_TAU2
static final com.martiansoftware.jsap.FlaggedOption OPTION_EXPAND_QUALITY_MEASURE_NAME
static final com.martiansoftware.jsap.FlaggedOption[] GHSOM_OPTIONS
private double tau2
private java.lang.String expandQualityMeasureName
Constructor Detail |
---|
public GHSOMProperties(java.lang.String fname) throws PropertiesException
fname
- Name of the properties file.
PropertiesException
Method Detail |
---|
public boolean reIndex()
public double tau2()
public java.lang.String expandQualityMeasureName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |