public class GHSOMProperties extends SOMProperties
SOMProperties.DatumToUnitMapping, SOMProperties.SelectedClassMode
Modifier and Type | Field and Description |
---|---|
private String |
expandQualityMeasureName |
static com.martiansoftware.jsap.FlaggedOption[] |
GHSOM_OPTIONS |
static com.martiansoftware.jsap.FlaggedOption |
OPTION_EXPAND_QUALITY_MEASURE_NAME |
static com.martiansoftware.jsap.FlaggedOption |
OPTION_TAU2 |
private boolean |
reIndex |
private static long |
serialVersionUID |
private double |
tau2 |
defaultLearnRate, OPTION_ADAPTIVE_COORDINATES_THRESHOLD, OPTION_BATCH_SOM, OPTION_BATCH_SOM_NEIGHBOUR_WIDTH, OPTION_CLASS_SELECTION_MODE, OPTION_CLASSES_SELECTED, OPTION_CLASSINFOFILE, OPTION_DATUM_TO_UNIT_MAPPING, OPTION_DUMP_EVERY, OPTION_GRID_LAYOUT, OPTION_GRID_TOPOLOGY, OPTION_GROWTH_QUALITY, OPTION_LEARNRATE, OPTION_METRIC_NAME, OPTION_MINIMUM_FEATURE_DENSITY, OPTION_NUM_CYCLES, OPTION_NUM_ITERATIONS, OPTION_SIGMA, OPTION_TAU, OPTION_USE_PCA, OPTION_XSIZE, OPTION_YSIZE, OPTION_ZSIZE, propertiesFileNameSuffix, QUALITY_PACKAGE, SOM_BATCH_OPTIONS, SOM_GRID_OPTIONS, SOM_OTHERS, SOM_TRAINING_OPTIONS, WORKING_DIRECTORY
defaults
Constructor and Description |
---|
GHSOMProperties(String fname)
Loads and encapsulated properties for the GHSOM training process.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
private static final long serialVersionUID
private boolean reIndex
public static final com.martiansoftware.jsap.FlaggedOption OPTION_TAU2
public static final com.martiansoftware.jsap.FlaggedOption OPTION_EXPAND_QUALITY_MEASURE_NAME
public static final com.martiansoftware.jsap.FlaggedOption[] GHSOM_OPTIONS
private double tau2
private String expandQualityMeasureName
public GHSOMProperties(String fname) throws PropertiesException
fname
- Name of the properties file.PropertiesException
public boolean reIndex()
public double tau2()
public String expandQualityMeasureName()