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

Packages that use SOMLibSparseInputData
at.tuwien.ifs.somtoolbox.apps.helper   
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. 
at.tuwien.ifs.somtoolbox.summarisation.output   
at.tuwien.ifs.somtoolbox.summarisation.parser   
 

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

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

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

Subclasses of SOMLibSparseInputData in at.tuwien.ifs.somtoolbox.data
 class ARFFFormatInputData
          Reads input data from a WEKA ARFF File Format.
 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 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.
 

Methods in at.tuwien.ifs.somtoolbox.data with parameters of type SOMLibSparseInputData
 void SOMLibClassInformation.removeNotPresentElements(SOMLibSparseInputData inputData)
           
 

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

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

Subclasses of SOMLibSparseInputData 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.
 

Uses of SOMLibSparseInputData in at.tuwien.ifs.somtoolbox.summarisation.output
 

Fields in at.tuwien.ifs.somtoolbox.summarisation.output declared as SOMLibSparseInputData
private  SOMLibSparseInputData DocumentDisplayer.inputvectors
           
 

Uses of SOMLibSparseInputData in at.tuwien.ifs.somtoolbox.summarisation.parser
 

Methods in at.tuwien.ifs.somtoolbox.summarisation.parser with parameters of type SOMLibSparseInputData
 void Scorer.setVectors(SOMLibSparseInputData input, SOMLibTemplateVector template)