Uses of Class
comirva.config.GHSOMConfig

Packages that use GHSOMConfig
comirva.config.defaults   
comirva.mlearn   
comirva.ui   
comirva.visu   
 

Uses of GHSOMConfig in comirva.config.defaults
 

Subclasses of GHSOMConfig in comirva.config.defaults
 class GHSOMDefaultConfig
          Default GHSOM Configuration
 

Uses of GHSOMConfig in comirva.mlearn
 

Fields in comirva.mlearn declared as GHSOMConfig
(package private)  GHSOMConfig GHSOMTrainingThread.ghsomCfg
           
 

Constructors in comirva.mlearn with parameters of type GHSOMConfig
GHSOMTrainingThread(GHSOM som, GHSOMConfig ghsomCfg, JLabel sb)
          Creates a SOMTrainingThread for training the SOM som which has already been initialized.
GHSOMTrainingThread(GHSOM som, GHSOMConfig ghsomCfg, JLabel sb, JProgressBar pb)
          Creates a SOMTrainingThread for training the SOM som which has already been initialized.
 

Uses of GHSOMConfig in comirva.ui
 

Methods in comirva.ui with parameters of type GHSOMConfig
 void GHSOMCreationDialog.setConfig(GHSOMConfig ghsomCfg)
          Sets the values of the configuration dialog to the ones specified by the given GHSOMConfig-instance.
 

Uses of GHSOMConfig in comirva.visu
 

Fields in comirva.visu declared as GHSOMConfig
protected  GHSOMConfig VisuPane.ghsomCfg
           
 

Methods in comirva.visu that return GHSOMConfig
 GHSOMConfig VisuPane.getGHSOMConfig()
          Returns the configuration for a GHSOM-Calculation.
 

Methods in comirva.visu with parameters of type GHSOMConfig
 void VisuPane.setGHSOMConfig(GHSOMConfig ghsomCfg)
          Sets the configuration for a GHSOM-Calculation.