Uses of Class
at.tuwien.ifs.somtoolbox.data.AbstractSOMLibSparseInputData

Packages that use AbstractSOMLibSparseInputData
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. 
 

Uses of AbstractSOMLibSparseInputData in at.tuwien.ifs.feature.evaluation
 

Fields in at.tuwien.ifs.feature.evaluation declared as AbstractSOMLibSparseInputData
private  AbstractSOMLibSparseInputData SimilarityRetrievalGUI.InputDataRadioButton.inputData
           
 

Constructors in at.tuwien.ifs.feature.evaluation with parameters of type AbstractSOMLibSparseInputData
SimilarityRetrievalGUI.InputDataRadioButton(AbstractSOMLibSparseInputData data)
           
 

Uses of AbstractSOMLibSparseInputData in at.tuwien.ifs.somtoolbox.apps.helper
 

Subclasses of AbstractSOMLibSparseInputData in at.tuwien.ifs.somtoolbox.apps.helper
 class VectorFileToRandomAccessFileConverter
          Converts an input file to a binary/random access input file.
 

Uses of AbstractSOMLibSparseInputData in at.tuwien.ifs.somtoolbox.apps.viewer
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as AbstractSOMLibSparseInputData
private  AbstractSOMLibSparseInputData ComponentPlaneClusteringFrame.input
           
 

Uses of AbstractSOMLibSparseInputData in at.tuwien.ifs.somtoolbox.data
 

Subclasses of AbstractSOMLibSparseInputData in at.tuwien.ifs.somtoolbox.data
 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 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.
 

Fields in at.tuwien.ifs.somtoolbox.data with type parameters of type AbstractSOMLibSparseInputData
private static HashMap<String,Class<? extends AbstractSOMLibSparseInputData>> InputDataFactory.inputClasses
           
 

Methods in at.tuwien.ifs.somtoolbox.data that return AbstractSOMLibSparseInputData
static AbstractSOMLibSparseInputData AbstractSOMLibSparseInputData.create(InputDatum[] inputData, SOMLibClassInformation classInfo)
           
 

Uses of AbstractSOMLibSparseInputData in at.tuwien.ifs.somtoolbox.data.normalisation
 

Subclasses of AbstractSOMLibSparseInputData in at.tuwien.ifs.somtoolbox.data.normalisation
(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.
 

Uses of AbstractSOMLibSparseInputData in at.tuwien.ifs.somtoolbox.database
 

Subclasses of AbstractSOMLibSparseInputData in at.tuwien.ifs.somtoolbox.database
private  class VectorFile2DatabaseImporter.InputVectorImporter
          This class customises the handling of data read from the file by storing it in the DB.