Package at.tuwien.ifs.somtoolbox.apps

Classes in this package implement applications based upon SOMs, the most important being the SOMViewer.

See:
          Description

Interface Summary
SOMToolboxApp Marker interface for all SOMToolbox Applications.
 

Class Summary
DataSetViewer Implements a JDialog for displaying a 2 or 3 dimensional data set.
MapInterpolator Interpolates a trained SOM to a higher resolution of units.
TODO: the algorithm is very coarse, maybe implement Interpolating self-organising map (iSOM) - Electronics Letters: http://ieeexplore.ieee.org/iel5/2220/17454/00807048.pdf?arnumber=807048.
MergedSOMDataMapper Maps inputs on a merged SOM.
PaletteEditor This class allows you to quickly view, edit, create and export palettes.
QualityMeasureComputer Wrapper for the individual Quality Measures.
SDHTrainingSequenceGenerator Created on Sep 23, 2004
SecondLifeFileReaderMain Main class to SecondLifeInputFileReader
SOMToolboxMain Searches the classpath for classes implementing the SOMToolboxApp interface.
UnitFileViewer Plots a unit file, can be used especially to plot a 3D-SOM.
VisualisationImageSaver Save Visualisations of a map to an image file.
 

Enum Summary
SOMToolboxApp.Type This enum lists the known application types.
 

Package at.tuwien.ifs.somtoolbox.apps Description

Classes in this package implement applications based upon SOMs, the most important being the SOMViewer.