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

Packages that use at.tuwien.ifs.somtoolbox.layers
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.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.controls.player   
at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver   
at.tuwien.ifs.somtoolbox.apps.viewer.fileutils   
at.tuwien.ifs.somtoolbox.clustering.functions   
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.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.properties Provides classes that handle reading network-specific properties for the training and properties specific to the state of applications. 
at.tuwien.ifs.somtoolbox.reportgenerator   
at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers   
at.tuwien.ifs.somtoolbox.util Provides various helper classes. 
at.tuwien.ifs.somtoolbox.util.comparables   
at.tuwien.ifs.somtoolbox.util.growingCellStructures   
at.tuwien.ifs.somtoolbox.visualization Provides classes creating visualisations of trained SOMs. 
at.tuwien.ifs.somtoolbox.visualization.clustering Contains classes implementing clustering methods on the SOM. 
at.tuwien.ifs.somtoolbox.visualization.comparison   
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.layers used by at.tuwien.ifs.somtoolbox.apps
TrainingInterruptionListener
          This interface should be implemented by classes that want to train a map with regular interruptions to perform special operations during training.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.apps.analysis
GrowingLayer
          Implementation of a growing Self-Organizing Map layer that can also be static in size.
Layer
          Interface for map layers.
TODO: Currently, this is rather limited to rectangular layer structures.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.apps.initEval
Layer
          Interface for map layers.
TODO: Currently, this is rather limited to rectangular layer structures.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.apps.server
GrowingLayer
          Implementation of a growing Self-Organizing Map layer that can also be static in size.
LayerAccessException
          Is thrown if an illegal access to a layer is performed.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.apps.viewer
GrowingLayer
          Implementation of a growing Self-Organizing Map layer that can also be static in size.
Label
          A simple class representing a unit label.
Unit
          Represents a unit on a map.
Unit.FeatureWeightMode
          Types of feature weighting modes
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.apps.viewer.controls
GrowingLayer
          Implementation of a growing Self-Organizing Map layer that can also be static in size.
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.apps.viewer.controls.player
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.apps.viewer.fileutils
GrowingLayer
          Implementation of a growing Self-Organizing Map layer that can also be static in size.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.clustering.functions
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.data
AdaptiveCoordinatesVirtualLayer
           
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.input
Layer
          Interface for map layers.
TODO: Currently, this is rather limited to rectangular layer structures.
Layer.GridLayout
           
Layer.GridTopology
           
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.layers
AdaptiveCoordinatesVirtualLayer
           
AdaptiveCoordinatesVirtualUnit
          A virtual unit for the adaptive coordinates visualisation.
GrowingCellLayer
           
GrowingCellUnit
          Extension of Unit, needed to save additional data of growing cell structures
GrowingLayer
          Implementation of a growing Self-Organizing Map layer that can also be static in size.
GrowingLayer.Flip
           
GrowingLayer.Rotation
           
InputContainer
          Base container for input data mapped onto units.
Label
          A simple class representing a unit label.
Layer
          Interface for map layers.
TODO: Currently, this is rather limited to rectangular layer structures.
Layer.GridLayout
           
Layer.GridTopology
           
LayerAccessException
          Is thrown if an illegal access to a layer is performed.
TrainingInterruptionListener
          This interface should be implemented by classes that want to train a map with regular interruptions to perform special operations during training.
Unit
          Represents a unit on a map.
Unit.FeatureWeightMode
          Types of feature weighting modes
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.layers.initialisation
Layer
          Interface for map layers.
TODO: Currently, this is rather limited to rectangular layer structures.
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.layers.metrics
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.layers.quality
Layer
          Interface for map layers.
TODO: Currently, this is rather limited to rectangular layer structures.
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.models
GrowingCellLayer
           
GrowingLayer
          Implementation of a growing Self-Organizing Map layer that can also be static in size.
TrainingInterruptionListener
          This interface should be implemented by classes that want to train a map with regular interruptions to perform special operations during training.
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.output
GrowingLayer
          Implementation of a growing Self-Organizing Map layer that can also be static in size.
Layer.GridLayout
           
Layer.GridTopology
           
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.properties
Layer.GridLayout
           
Layer.GridTopology
           
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.reportgenerator
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.util
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.util.comparables
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.util.growingCellStructures
GrowingCellUnit
          Extension of Unit, needed to save additional data of growing cell structures
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.visualization
AdaptiveCoordinatesVirtualLayer
           
GrowingLayer
          Implementation of a growing Self-Organizing Map layer that can also be static in size.
LayerAccessException
          Is thrown if an illegal access to a layer is performed.
Unit
          Represents a unit on a map.
UnitPair
          A pair of units.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.visualization.clustering
Label
          A simple class representing a unit label.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.visualization.comparison
LayerAccessException
          Is thrown if an illegal access to a layer is performed.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.visualization.minimumSpanningTree
Unit
          Represents a unit on a map.
 

Classes in at.tuwien.ifs.somtoolbox.layers used by at.tuwien.ifs.somtoolbox.visualization.thematicmap
Unit
          Represents a unit on a map.