Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps.analysis | |
at.tuwien.ifs.somtoolbox.apps.viewer |
This package implements the SOMViewer application; main class is SOMViewer.java.
|
at.tuwien.ifs.somtoolbox.apps.viewer.controls |
This package provides control elements, mostly dialogs, for the SOMViewer application.
|
at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver | |
at.tuwien.ifs.somtoolbox.apps.viewer.fileutils | |
at.tuwien.ifs.somtoolbox.apps.viewer.handlers |
This package provides event handlers for the SOMViewer application.
|
at.tuwien.ifs.somtoolbox.visualization |
Provides classes creating visualisations of trained SOMs.
|
at.tuwien.ifs.somtoolbox.visualization.comparison |
Modifier and Type | Field and Description |
---|---|
private MapPNode |
PlaylistAnalysis.map |
private MapPNode |
PLClusterSpaceAnalyser.map |
Modifier and Type | Method and Description |
---|---|
MapPNode |
PlaylistAnalysis.getMap() |
Modifier and Type | Field and Description |
---|---|
private MapPNode |
SOMPane.map |
private MapPNode |
SOMPane.map2 |
MapPNode |
CommonSOMViewerStateData.mapPNode |
Modifier and Type | Method and Description |
---|---|
private MapPNode |
SOMViewer.getMap() |
MapPNode |
SOMPane.getMap() |
MapPNode |
GeneralUnitPNode.getMapPNode() |
MapPNode |
SOMPane.getSecondMap() |
Modifier and Type | Method and Description |
---|---|
private void |
SOMPane.updateClassSelection(int[] indices,
MapPNode mapPNode) |
Modifier and Type | Field and Description |
---|---|
protected MapPNode |
MultichannelPlaybackPanel.map |
Modifier and Type | Field and Description |
---|---|
private MapPNode |
PathMerger.map |
Constructor and Description |
---|
PathMerger(MapPNode map) |
PathMerger(MapPNode map,
boolean debug) |
Modifier and Type | Method and Description |
---|---|
private static Document |
LabelXmlUtils.createXmlDocument(MapPNode map)
Creates a XML Document containing all labels from the map
|
static void |
ExportUtils.drawClassInfo(GrowingLayer growingLayer,
MapPNode mapPnode,
double unitWidth,
Graphics2D graphics) |
static void |
ExportUtils.drawLinkInfo(GrowingLayer growingLayer,
MapPNode mapPnode,
double unitWidth,
Graphics2D graphics,
String dataFilesPrefix) |
static boolean |
LabelXmlUtils.saveLabelsToFile(MapPNode map,
File f)
Saves the labels(cluster labels and manual labels) of the map to the file.
|
Modifier and Type | Field and Description |
---|---|
private MapPNode |
MyMapInputEventHandler.mapNode |
private MapPNode |
ClusterSelectionEventHandler.mapPNode |
Modifier and Type | Field and Description |
---|---|
protected MapPNode |
AbstractBackgroundImageVisualizer.map |
Modifier and Type | Method and Description |
---|---|
static void |
Visualizations.initVisualizations(SharedSOMVisualisationData inputObjects,
SOMInputReader reader,
MapPNode map)
Initialises all registered visualisation - sets the
SharedSOMVisualisationData input objects, the
MapPNode map, and default palettes. |
void |
BackgroundImageVisualizer.setMap(MapPNode map)
Sets the map this visualiser operates on.
|
void |
AbstractBackgroundImageVisualizer.setMap(MapPNode map) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Shift> |
SOMComparison.calculateClusterShifts(MapPNode map1,
MapPNode map2) |