SOMViewer
.See: Description
Interface | Description |
---|---|
SOMToolboxApp |
Marker interface for all SOMToolbox Applications.
|
Class | Description |
---|---|
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 |
SOMToolboxInfo |
Information about the Java SOMToolbox One instance of this class is assigned to
SOMToolboxApp.INFO |
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 | Description |
---|---|
SOMToolboxApp.Type |
This enum lists the known application types.
|
SOMViewer
.