Package | Description |
---|---|
at.tuwien.ifs.commons.gui | |
at.tuwien.ifs.commons.gui.jsap |
This package contains a
GenericGUI for JSAP with all required (helper) classes |
at.tuwien.ifs.feature | |
at.tuwien.ifs.feature.evaluation | |
at.tuwien.ifs.somtoolbox.apps |
Classes in this package implement applications based upon SOMs, the most important being the
SOMViewer . |
at.tuwien.ifs.somtoolbox.apps.helper | |
at.tuwien.ifs.somtoolbox.apps.trainer | |
at.tuwien.ifs.somtoolbox.apps.viewer |
This package implements the SOMViewer application; main class is SOMViewer.java.
|
at.tuwien.ifs.somtoolbox.data |
Classes in this package implement reading, storing and providing of different data needed for the SOM, e.g.
|
at.tuwien.ifs.somtoolbox.data.distance | |
at.tuwien.ifs.somtoolbox.database |
Classes providing the connection to and reading from or writing to a database.
|
at.tuwien.ifs.somtoolbox.doc | |
at.tuwien.ifs.somtoolbox.input |
Provides classes responsible for reading trained network models from file or some other location.
|
at.tuwien.ifs.somtoolbox.models |
Provides the actual implementations of network models.
|
at.tuwien.ifs.somtoolbox.output |
Provides classes to write trained SOMs to files for future re-use.
|
at.tuwien.ifs.somtoolbox.output.labeling |
Provides implementations of labeling algorithms to assign semantic labels to SOM units.
|
at.tuwien.ifs.somtoolbox.util.mnemonic |
Provides helpers to generate
MnemonicSOM , SOMs of irregular shapes. |
Modifier and Type | Field and Description |
---|---|
private Class<? extends SOMToolboxApp> |
SOMToolboxAppChooser.MainRadioButton.MainRadioButtonModel.app |
private ArrayList<Class<? extends SOMToolboxApp>> |
SOMToolboxAppChooser.runnables |
Modifier and Type | Method and Description |
---|---|
Class<? extends SOMToolboxApp> |
SOMToolboxAppChooser.MainRadioButton.MainRadioButtonModel.getApp() |
Constructor and Description |
---|
SOMToolboxAppChooser.MainRadioButton.MainRadioButtonModel(Class<? extends SOMToolboxApp> app) |
SOMToolboxAppChooser.MainRadioButton(Class<? extends SOMToolboxApp> app) |
SOMToolboxAppChooser(ArrayList<Class<? extends SOMToolboxApp>> runnables) |
SOMToolboxAppChooser(ArrayList<Class<? extends SOMToolboxApp>> runnables,
String[] args) |
Modifier and Type | Method and Description |
---|---|
private void |
GenericGUI.doProceed(Class<? extends SOMToolboxApp> app) |
private void |
GenericGUI.initialize(Class<? extends SOMToolboxApp> app,
String[] args)
Build and initialize the GUI
|
Constructor and Description |
---|
GenericGUI(Class<? extends SOMToolboxApp> app)
Generate a
GenericGUI based on the given SOMToolboxApp |
GenericGUI(Class<? extends SOMToolboxApp> app,
String[] args)
Generate a
GenericGUI based on the given SOMToolboxApp |
Modifier and Type | Class and Description |
---|---|
class |
ClassSubsetGenerator |
Modifier and Type | Class and Description |
---|---|
class |
RhythmPatternsMatrixVisualisationSaver
Provides a batch mode to save rhythm patterns matrix visualisation of all inputs contained in a vector file.
|
class |
SimilarityRetrieval
Provides a simple similarity-retrieval on vector files, as stand-alone application.
|
class |
SimilarityRetrievalGUI |
class |
SimilarityRetrievalWriter
Provides a simple similarity-retrieval on vector files, as stand-alone application.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSetViewer
Implements a
JDialog for displaying a 2 or 3 dimensional data set. |
class |
QualityMeasureComputer
Wrapper for the individual Quality Measures.
|
class |
UnitFileViewer
Plots a unit file, can be used especially to plot a 3D-SOM.
|
class |
VisualisationImageSaver
Save Visualisations of a map to an image file.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<Class<? extends SOMToolboxApp>> |
SOMToolboxApp.TYPE_GROUPED_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
static SOMToolboxApp.Type |
SOMToolboxApp.Type.getType(Class<? extends SOMToolboxApp> c) |
private static boolean |
SOMToolboxMain.invokeMainClass(ArrayList<Class<? extends SOMToolboxApp>> runnables,
String runable,
String[] cleanArgs,
boolean useGUI) |
private static void |
SOMToolboxMain.printAvailableRunnables(int screenWidth,
ArrayList<Class<? extends SOMToolboxApp>> runnables) |
private static void |
SOMToolboxMain.showAvailableRunnables(ArrayList<Class<? extends SOMToolboxApp>> runnables,
String[] args) |
Modifier and Type | Class and Description |
---|---|
class |
DataMapper
Maps inputs to an already trained SOM.
|
class |
DatasetRandomiser
Randomises a given data set (consisting of an
InputData vector, and optionally a TemplateVector . |
class |
DataWinnerMappingWriter
This class writes a data winner mapping file from a trained map.
|
class |
MapRotator
Rotates a map by the given degrees, and writes a new unit- and weight-vector file.
|
class |
RGBPaletteConverter
Converts palettes given as RGB values to the XML format used in the SOMToolbox.
|
class |
SomFilePacker |
class |
SOMLibInputConcatenator
Concatenates two or more SOMLib Input files, i.e.
|
class |
SOMMerger
Combines the weight vectors of one or more SOM maps to an input vector file.
|
class |
StringReplacer
Replaces strings by a replacement in the given file.
|
class |
TemplateVectorComparator
Compares the contents of two template vectors.
|
class |
VectorFileAppender
Appends multiple vector files to a new one.
|
class |
VectorFileConcatenator
Concatenates two vector files.
|
class |
VectorFileRewriter
Re-writes an unit description file by replacing the label names of the input vectors as defined by the given mapping
file.
|
Modifier and Type | Class and Description |
---|---|
class |
SOMTrainer
The SOMTrainer is a graphical Interface to train a new SOM.
|
Modifier and Type | Class and Description |
---|---|
class |
SOMViewer
The class providing the main window of the SOMViewer application.
|
Modifier and Type | Class and Description |
---|---|
class |
InputDataFileFormatConverter
This class converts between various file formats for
InputData . |
class |
SOMLibVectorNormalization
Handles the normalization of vector files in SOMLib format.
|
class |
SOMLibZeroVectorRemover
Handles the removal of zero vectors in vector files in SOMLib format.
|
Modifier and Type | Class and Description |
---|---|
class |
DistanceMatrixWriter
Writes the input matrix for a given data set to an ASCII or binary format.
|
Modifier and Type | Class and Description |
---|---|
class |
VectorFile2DatabaseImporter
Imports input and template vector files to a database.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
RunnablesReferenceCreator.isMainApp(Class<? extends SOMToolboxApp> c) |
Modifier and Type | Class and Description |
---|---|
class |
MapFileFormatConverter
This class converts between various file formats for trained SOMs.
|
Modifier and Type | Class and Description |
---|---|
class |
GHSOM
This class implements the Growing Hierarchical Self-Organizing Map.
|
class |
GrowingSOM
This class implements the Growing Self-Organizing Map.
|
class |
MnemonicSOM
This class implements so-called Mnemonic SOMs, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
AttendeeMapper |
class |
HTMLOutputter |
class |
TrajectoryOutputter
Generates a graphical representation of a trajectory of the given points over the map.
|
Modifier and Type | Class and Description |
---|---|
class |
LabelSOM
Implements the
LabelSOM labelling method, as described in A. |
class |
LagusKeywordLabeler
Implements the
Keyword selection labelling method, as described in Lagus, K. |
Modifier and Type | Class and Description |
---|---|
class |
MnemonicSOMGenerator |