Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps |
Classes in this package implement applications based upon SOMs, the most important being the
SOMViewer . |
at.tuwien.ifs.somtoolbox.models |
Provides the actual implementations of network models.
|
at.tuwien.ifs.somtoolbox.output |
Provides classes to write trained SOMs to files for future re-use.
|
Modifier and Type | Field and Description |
---|---|
private FileProperties |
SDHTrainingSequenceGenerator.fileProps |
Modifier and Type | Field and Description |
---|---|
private FileProperties |
GrowingSOM.IntermediateSOMDumper.fileProperties |
Modifier and Type | Method and Description |
---|---|
protected static InputData |
AbstractNetworkModel.getInputData(FileProperties fileProps) |
Constructor and Description |
---|
GrowingSOM.IntermediateSOMDumper(FileProperties fileProperties) |
Modifier and Type | Method and Description |
---|---|
static void |
SOMLibMapOutputter.write(GHSOM ghsom,
String fDir,
String fName,
boolean gzipped,
SOMProperties somProps,
FileProperties fileProps) |
static void |
GrowingCellStructuresMapOutputter.write(GrowingCellStructures csom,
String fDir,
String fName,
boolean gzipped,
SOMProperties somProps,
FileProperties fileProps) |
static void |
SOMLibMapOutputter.write(GrowingSOM gsom,
String fDir,
String fName,
boolean gzipped,
SOMProperties somProps,
FileProperties fileProps)
Writes a SOM (or SOM-like) structure to SOMLib format.
|
private static void |
GrowingCellStructuresMapOutputter.writeMapDescriptionFile(GrowingCellStructures csom,
String fDir,
String fName,
SOMProperties somProps,
FileProperties fileProps) |
static void |
SOMLibMapOutputter.writeMapDescriptionFile(GrowingSOM topLevelMap,
String fDir,
String fName,
SOMProperties somProps,
FileProperties fileProps) |