Uses of Class
comirva.config.SOMConfig

Packages that use SOMConfig
comirva.mlearn   
comirva.ui   
comirva.visu   
 

Uses of SOMConfig in comirva.mlearn
 

Constructors in comirva.mlearn with parameters of type SOMConfig
SOMTrainingThread(SOM som, SOMConfig somCfg, javax.swing.JLabel sb)
          Creates a SOMTrainingThread for training the SOM som which has already been initialized.
 

Uses of SOMConfig in comirva.ui
 

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

Uses of SOMConfig in comirva.visu
 

Methods in comirva.visu that return SOMConfig
 SOMConfig VisuPane.getSOMConfig()
          Returns the configuration for a SOM-Calculation.
 

Methods in comirva.visu with parameters of type SOMConfig
 void VisuPane.setSOMConfig(SOMConfig somCfg)
          Sets the configuration for a SOM-Calculation.