Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
HTMLMapReader.main(String[] args) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
private void |
SOMProperties.parse() |
private void |
FileProperties.parse() |
private void |
SOMProperties.validatePropertyValues() |
Constructor and Description |
---|
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.
|