Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps.server |
Server side application of the SOM - provides servlets for a web-client access.
|
at.tuwien.ifs.somtoolbox.apps.viewer |
This package implements the SOMViewer application; main class is SOMViewer.java.
|
at.tuwien.ifs.somtoolbox.apps.viewer.fileutils | |
at.tuwien.ifs.somtoolbox.input |
Provides classes responsible for reading trained network models from file or some other location.
|
at.tuwien.ifs.somtoolbox.reportgenerator |
Modifier and Type | Field and Description |
---|---|
SOMLibFormatInputReader |
ServerSOM.somdata |
Modifier and Type | Method and Description |
---|---|
private void |
MapPNode.init(JFrame parentFrame,
SOMLibFormatInputReader inputReader,
CommonSOMViewerStateData state,
GrowingLayer growingLayer,
boolean inizializeVis) |
Constructor and Description |
---|
MapPNode(JFrame parentFrame,
SOMLibFormatInputReader inputReader,
CommonSOMViewerStateData state,
boolean inizializeVis)
Constructor if input files have already been read.
|
Modifier and Type | Method and Description |
---|---|
static int |
PocketSOMFormatUtils.getMaxNumberOfMappedElements(SOMLibFormatInputReader ir)
get the max number of mapped instances of a unit for the given map
|
Modifier and Type | Class and Description |
---|---|
class |
MnemonicSOMLibFormatInputReader
A
SOMInputReader that can handle MnemonicSOM , i.e. |
Modifier and Type | Field and Description |
---|---|
private SOMLibFormatInputReader |
TestRunResult.inputReader |
Modifier and Type | Method and Description |
---|---|
protected SOMLibFormatInputReader |
TestRunResult.getInputReader()
returns an instance of input reader the following files are handed to the reader: this.weightFilePath,
this.unitFilePath, this.mapFilePath the reader created is saved in this.inputReader
|