Package | Description |
---|---|
at.tuwien.ifs.feature.evaluation | |
at.tuwien.ifs.somtoolbox.apps.helper | |
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.normalisation | |
at.tuwien.ifs.somtoolbox.database |
Classes providing the connection to and reading from or writing to a database.
|
Modifier and Type | Field and Description |
---|---|
private AbstractSOMLibSparseInputData |
SimilarityRetrievalGUI.InputDataRadioButton.inputData |
Constructor and Description |
---|
SimilarityRetrievalGUI.InputDataRadioButton(AbstractSOMLibSparseInputData data) |
Modifier and Type | Class and Description |
---|---|
class |
VectorFileToRandomAccessFileConverter
Converts an input file to a binary/random access input file.
|
Modifier and Type | Field and Description |
---|---|
private AbstractSOMLibSparseInputData |
ComponentPlaneClusteringFrame.input |
Modifier and Type | Class and Description |
---|---|
class |
ARFFFormatInputData
Reads input data from a WEKA ARFF File Format.
|
class |
DataBaseSOMLibSparseInputData
Implements
InputData by reading the vector information from a database. |
class |
ESOMInputData
Reads a input data file in the ESOM format.
|
class |
Marsyas_0_4_5_ARFFInputData
Marsyas 0.4.5 writes, after the line with the label name as comment (see
MarsyasARFFInputData , an additional
line such as |
class |
MarsyasARFFInputData
A reader for the Marsyas 0.2 ARFF format, which has the label name as a comment in front of the vector file name.
|
class |
RandomAccessFileSOMLibInputData
Reads SOMLib input from a random access file.
|
class |
SimpleMatrixInputData
Reads data from a simple matrix file.
|
class |
SOMLibSparseInputData
Implements
InputData based on a SOMLib Input Vector File. |
class |
SOMLibSparseInputDataNames
Reads just the data names from the Input file, the rest is discarded.
|
class |
SOMPAKInputData
This class reads input vector data from files in the SOMPak format, as provided by the MATLAB SOMToolbox.
|
Modifier and Type | Field and Description |
---|---|
private static HashMap<String,Class<? extends AbstractSOMLibSparseInputData>> |
InputDataFactory.inputClasses |
Modifier and Type | Method and Description |
---|---|
static AbstractSOMLibSparseInputData |
AbstractSOMLibSparseInputData.create(InputDatum[] inputData,
SOMLibClassInformation classInfo) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractNormaliser |
class |
MinMaxNormaliser
Min-max normalisation, normalises the attributes between 0 and 1.
|
class |
StandardScoreNormaliser
Standard score nomalisation, normalises the attributes to have zero mean and the standard deviation as max values,
i.e.
|
class |
UnitLengthNormaliser
Unit length normalisation, normalises the length of the instance to 1.
|
Modifier and Type | Class and Description |
---|---|
private class |
VectorFile2DatabaseImporter.InputVectorImporter
This class customises the handling of data read from the file by storing it in the DB.
|