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.visualization |
Provides classes creating visualisations of trained SOMs.
|
Modifier and Type | Field and Description |
---|---|
static ArrayList<BackgroundImageVisualizerInstance> |
ServerSOM.availableVis |
Modifier and Type | Method and Description |
---|---|
static String |
ServerVisualizations.getVisualisationsControl(ArrayList<BackgroundImageVisualizerInstance> availableVis,
BackgroundImageVisualizerInstance selected) |
static String |
ServerVisualizations.getVisualisationsControl(BackgroundImageVisualizerInstance selected) |
Modifier and Type | Method and Description |
---|---|
static String |
ServerVisualizations.getVisualisationsControl(ArrayList<BackgroundImageVisualizerInstance> availableVis,
BackgroundImageVisualizerInstance selected) |
Modifier and Type | Method and Description |
---|---|
static BackgroundImageVisualizerInstance |
Visualizations.getVisualizationByName(String name)
Tries to locate a visualisation by the given name.
|