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

Packages that use at.tuwien.ifs.somtoolbox.models
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.server Server side application of the SOM - provides servlets for a web-client access. 
at.tuwien.ifs.somtoolbox.apps.trainer   
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.layers Provides the basic classes constituting SOM-based neural networks. 
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.util Provides various helper classes. 
at.tuwien.ifs.somtoolbox.visualization Provides classes creating visualisations of trained SOMs. 
at.tuwien.ifs.somtoolbox.visualization.comparison   
at.tuwien.ifs.somtoolbox.visualization.minimumSpanningTree   
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.apps
GrowingSOM
          This class implements the Growing Self-Organizing Map.
NetworkModel
          Interface used for tagging classes that are network models.
Currently not used: common methods from GrowingSOM and GHSOM should be defined here.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.apps.analysis
GrowingSOM
          This class implements the Growing Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.apps.helper
GrowingSOM
          This class implements the Growing Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.apps.server
GrowingSOM
          This class implements the Growing Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.apps.trainer
AbstractNetworkModel
          This class provides basic support for implementing a NetworkModel.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.apps.viewer
GrowingSOM
          This class implements the Growing Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.apps.viewer.controls
GHSOMHierarchyRoot
          A GHSOMLayer represents all GrowingLayers of a Level.
GrowingSOM
          This class implements the Growing Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.apps.viewer.fileutils
GrowingSOM
          This class implements the Growing Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.layers
GrowingCellStructures
          This class implements the Growing Cell Structures.
GrowingSOM
          This class implements the Growing Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.models
AbstractNetworkModel
          This class provides basic support for implementing a NetworkModel.
GHSOM.ExpandedUnits
           
GHSOMLevelLayer
          represents all layers of one level
GrowingSOM
          This class implements the Growing Self-Organizing Map.
NetworkModel
          Interface used for tagging classes that are network models.
Currently not used: common methods from GrowingSOM and GHSOM should be defined here.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.output
GHSOM
          This class implements the Growing Hierarchical Self-Organizing Map.
GrowingCellStructures
          This class implements the Growing Cell Structures.
GrowingSOM
          This class implements the Growing Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.output.labeling
GHSOM
          This class implements the Growing Hierarchical Self-Organizing Map.
GrowingSOM
          This class implements the Growing Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.reportgenerator
GHSOM
          This class implements the Growing Hierarchical Self-Organizing Map.
GrowingSOM
          This class implements the Growing Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.util
GrowingSOM
          This class implements the Growing Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.visualization
GrowingSOM
          This class implements the Growing Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.visualization.comparison
GrowingSOM
          This class implements the Growing Self-Organizing Map.
 

Classes in at.tuwien.ifs.somtoolbox.models used by at.tuwien.ifs.somtoolbox.visualization.minimumSpanningTree
GrowingSOM
          This class implements the Growing Self-Organizing Map.