Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.data |
Classes in this package implement reading, storing and providing of different data needed for the SOM, e.g.
|
at.tuwien.ifs.somtoolbox.input |
Provides classes responsible for reading trained network models from file or some other location.
|
at.tuwien.ifs.somtoolbox.output |
Provides classes to write trained SOMs to files for future re-use.
|
at.tuwien.ifs.somtoolbox.visualization |
Provides classes creating visualisations of trained SOMs.
|
Modifier and Type | Method and Description |
---|---|
SOMLibDataWinnerMapping |
SharedSOMVisualisationData.getDataWinnerMapping() |
Modifier and Type | Method and Description |
---|---|
SOMLibDataWinnerMapping |
SOMLibDataWinnerMapping.clone() |
Modifier and Type | Method and Description |
---|---|
static void |
SOMLibMapOutputter.writeDataWinnerMappingFile(SOMLibDataWinnerMapping dwm,
String fDir,
String fName,
boolean gzip) |
Modifier and Type | Field and Description |
---|---|
protected SOMLibDataWinnerMapping |
SmoothedDataHistograms.dataWinnerMapping |