Uses of Package
at.tuwien.ifs.somtoolbox.data

Packages that use at.tuwien.ifs.somtoolbox.data
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.analysis   
at.tuwien.ifs.somtoolbox.apps.helper   
at.tuwien.ifs.somtoolbox.apps.initEval   
at.tuwien.ifs.somtoolbox.apps.server Server side application of the SOM - provides servlets for a web-client access. 
at.tuwien.ifs.somtoolbox.apps.viewer This package implements the SOMViewer application; main class is SOMViewer.java. 
at.tuwien.ifs.somtoolbox.apps.viewer.controls This package provides control elements, mostly dialogs, for the SOMViewer application. 
at.tuwien.ifs.somtoolbox.apps.viewer.fileutils   
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.data.normalisation   
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.layers Provides the basic classes constituting SOM-based neural networks. 
at.tuwien.ifs.somtoolbox.layers.initialisation   
at.tuwien.ifs.somtoolbox.layers.metrics This package contains the metrics used for distance calculation during training and for mapping data onto maps. 
at.tuwien.ifs.somtoolbox.layers.quality Classes in this package implement various quality measures, indicating the quality of the SOM mapping. 
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.reportgenerator   
at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers   
at.tuwien.ifs.somtoolbox.reportgenerator.gui   
at.tuwien.ifs.somtoolbox.reportgenerator.output   
at.tuwien.ifs.somtoolbox.summarisation.methods   
at.tuwien.ifs.somtoolbox.summarisation.output   
at.tuwien.ifs.somtoolbox.summarisation.parser   
at.tuwien.ifs.somtoolbox.util Provides various helper classes. 
at.tuwien.ifs.somtoolbox.util.comparables   
at.tuwien.ifs.somtoolbox.visualization Provides classes creating visualisations of trained SOMs. 
at.tuwien.ifs.somtoolbox.visualization.minimumSpanningTree   
at.tuwien.ifs.somtoolbox.visualization.thematicmap Contains helper classes used by the ThematicClassMapVisualizer
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.feature.evaluation
AbstractSOMLibSparseInputData
          This abstract implementation provides basic support for operating on a InputData.
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
SOMLibClassInformation
          This class provides information about class labels for the InputData input vectors.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.apps
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.apps.analysis
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.apps.helper
AbstractSOMLibSparseInputData
          This abstract implementation provides basic support for operating on a InputData.
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
InputDatum
          Class representing a specific input datum.
SOMLibClassInformation
          This class provides information about class labels for the InputData input vectors.
SOMLibSparseInputData
          Implements InputData based on a SOMLib Input Vector File.
SOMLibTemplateVector
          Implements a TemplateVector based on a SOMLib Template Vector File.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.apps.initEval
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.apps.server
SharedSOMVisualisationData
           
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.apps.viewer
AbstractSOMLibSparseInputData
          This abstract implementation provides basic support for operating on a InputData.
DataDimensionException
          Is thrown if data dimensions are erroneous.
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
SharedSOMVisualisationData
           
SOMLibClassInformation
          This class provides information about class labels for the InputData input vectors.
SOMLibDataInformation
          This class provides more detailed information about the InputData input vectors.
SOMLibTemplateVector
          Implements a TemplateVector based on a SOMLib Template Vector File.
SOMVisualisationData
           
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.apps.viewer.controls
SOMLibTemplateVector
          Implements a TemplateVector based on a SOMLib Template Vector File.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.apps.viewer.fileutils
SOMLibClassInformation
          This class provides information about class labels for the InputData input vectors.
SOMVisualisationData
           
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.data
AbstractSOMLibSparseInputData
          This abstract implementation provides basic support for operating on a InputData.
AbstractSOMLibTemplateVector
          This abstract implementation provides basic support for operating on a TemplateVector.
ARFFFormatInputData
          Reads input data from a WEKA ARFF File Format.
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
InputDatum
          Class representing a specific input datum.
SOMLibClassInformation
          This class provides information about class labels for the InputData input vectors.
SOMLibDataInformation
          This class provides more detailed information about the InputData input vectors.
SOMLibRegressInformation
          This class provides information about the real output value for the InputData input vectors.
SOMLibSparseInputData
          Implements InputData based on a SOMLib Input Vector File.
SOMLibTemplateVector
          Implements a TemplateVector based on a SOMLib Template Vector File.
SOMVisualisationData
           
TemplateVector
          The template vector provides the attribute structure of the input vectors used for the training process of a Self-Organizing Map.
TemplateVectorElement
          This class represents one element or attribute of the TemplateVector.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.data.distance
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.data.normalisation
AbstractSOMLibSparseInputData
          This abstract implementation provides basic support for operating on a InputData.
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
SOMLibSparseInputData
          Implements InputData based on a SOMLib Input Vector File.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.database
AbstractSOMLibSparseInputData
          This abstract implementation provides basic support for operating on a InputData.
AbstractSOMLibTemplateVector
          This abstract implementation provides basic support for operating on a TemplateVector.
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
SOMLibSparseInputData
          Implements InputData based on a SOMLib Input Vector File.
SOMLibTemplateVector
          Implements a TemplateVector based on a SOMLib Template Vector File.
TemplateVector
          The template vector provides the attribute structure of the input vectors used for the training process of a Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.input
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.layers
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
InputDatum
          Class representing a specific input datum.
SOMLibClassInformation
          This class provides information about class labels for the InputData input vectors.
SOMLibTemplateVector
          Implements a TemplateVector based on a SOMLib Template Vector File.
TemplateVector
          The template vector provides the attribute structure of the input vectors used for the training process of a Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.layers.initialisation
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.layers.metrics
InputDatum
          Class representing a specific input datum.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.layers.quality
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
InputDatum
          Class representing a specific input datum.
SOMLibClassInformation
          This class provides information about class labels for the InputData input vectors.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.models
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
SharedSOMVisualisationData
           
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.output
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
InputDatum
          Class representing a specific input datum.
TemplateVector
          The template vector provides the attribute structure of the input vectors used for the training process of a Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.output.labeling
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.reportgenerator
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
InputDatum
          Class representing a specific input datum.
SharedSOMVisualisationData
           
SOMLibClassInformation
          This class provides information about class labels for the InputData input vectors.
TemplateVector
          The template vector provides the attribute structure of the input vectors used for the training process of a Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers
InputDatum
          Class representing a specific input datum.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.reportgenerator.gui
InputDatum
          Class representing a specific input datum.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.reportgenerator.output
InputDatum
          Class representing a specific input datum.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.summarisation.methods
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
InputDatum
          Class representing a specific input datum.
SOMLibTemplateVector
          Implements a TemplateVector based on a SOMLib Template Vector File.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.summarisation.output
SOMLibSparseInputData
          Implements InputData based on a SOMLib Input Vector File.
SOMLibTemplateVector
          Implements a TemplateVector based on a SOMLib Template Vector File.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.summarisation.parser
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
SOMLibSparseInputData
          Implements InputData based on a SOMLib Input Vector File.
SOMLibTemplateVector
          Implements a TemplateVector based on a SOMLib Template Vector File.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.util
InputDatum
          Class representing a specific input datum.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.util.comparables
InputDatum
          Class representing a specific input datum.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.visualization
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
SharedSOMVisualisationData
           
SOMLibTemplateVector
          Implements a TemplateVector based on a SOMLib Template Vector File.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.visualization.minimumSpanningTree
InputData
          The InputData provides the input vectors to be used for the training process of a Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.data used by at.tuwien.ifs.somtoolbox.visualization.thematicmap
SOMLibClassInformation
          This class provides information about class labels for the InputData input vectors.