Package | Description |
---|---|
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.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 |
---|---|
static SOMToolboxApp.Type |
ClassSubsetGenerator.APPLICATION_TYPE |
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
SimilarityRetrievalWriter.APPLICATION_TYPE |
static SOMToolboxApp.Type |
SimilarityRetrievalGUI.APPLICATION_TYPE |
static SOMToolboxApp.Type |
SimilarityRetrieval.APPLICATION_TYPE |
static SOMToolboxApp.Type |
RhythmPatternsMatrixVisualisationSaver.APPLICATION_TYPE |
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
VisualisationImageSaver.APPLICATION_TYPE |
static SOMToolboxApp.Type |
UnitFileViewer.APPLICATION_TYPE |
static SOMToolboxApp.Type |
DataSetViewer.APPLICATION_TYPE |
static SOMToolboxApp.Type |
QualityMeasureComputer.APPLICATION_TYPE |
Modifier and Type | Method and Description |
---|---|
static SOMToolboxApp.Type |
SOMToolboxApp.Type.getType(Class<? extends SOMToolboxApp> c) |
static SOMToolboxApp.Type |
SOMToolboxApp.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SOMToolboxApp.Type[] |
SOMToolboxApp.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
VectorFileAppender.APPLICATION_TYPE |
static SOMToolboxApp.Type |
VectorFileRewriter.APPLICATION_TYPE |
static SOMToolboxApp.Type |
VectorFileConcatenator.APPLICATION_TYPE |
static SOMToolboxApp.Type |
TemplateVectorComparator.APPLICATION_TYPE |
static SOMToolboxApp.Type |
StringReplacer.APPLICATION_TYPE |
static SOMToolboxApp.Type |
SomFilePacker.APPLICATION_TYPE |
static SOMToolboxApp.Type |
SOMMerger.APPLICATION_TYPE |
static SOMToolboxApp.Type |
SOMLibInputConcatenator.APPLICATION_TYPE |
static SOMToolboxApp.Type |
RGBPaletteConverter.APPLICATION_TYPE |
static SOMToolboxApp.Type |
MapRotator.APPLICATION_TYPE |
static SOMToolboxApp.Type |
DatasetRandomiser.APPLICATION_TYPE |
static SOMToolboxApp.Type |
DataWinnerMappingWriter.APPLICATION_TYPE |
static SOMToolboxApp.Type |
DataMapper.APPLICATION_TYPE |
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
SOMTrainer.APPLICATION_TYPE |
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
SOMViewer.APPLICATION_TYPE |
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
SOMLibZeroVectorRemover.APPLICATION_TYPE |
static SOMToolboxApp.Type |
SOMLibVectorNormalization.APPLICATION_TYPE |
static SOMToolboxApp.Type |
InputDataFileFormatConverter.APPLICATION_TYPE |
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
DistanceMatrixWriter.APPLICATION_TYPE |
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
VectorFile2DatabaseImporter.APPLICATION_TYPE |
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
MapFileFormatConverter.APPLICATION_TYPE |
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
MnemonicSOM.APPLICATION_TYPE |
static SOMToolboxApp.Type |
GrowingSOM.APPLICATION_TYPE |
static SOMToolboxApp.Type |
GHSOM.APPLICATION_TYPE |
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
TrajectoryOutputter.APPLICATION_TYPE |
static SOMToolboxApp.Type |
HTMLOutputter.APPLICATION_TYPE |
static SOMToolboxApp.Type |
AttendeeMapper.APPLICATION_TYPE |
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
LagusKeywordLabeler.APPLICATION_TYPE |
static SOMToolboxApp.Type |
LabelSOM.APPLICATION_TYPE |
Modifier and Type | Field and Description |
---|---|
static SOMToolboxApp.Type |
MnemonicSOMGenerator.APPLICATION_TYPE |