Uses of Class
comirva.config.PCAConfig

Packages that use PCAConfig
comirva.ui   
comirva.util   
 

Uses of PCAConfig in comirva.ui
 

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

Uses of PCAConfig in comirva.util
 

Constructors in comirva.util with parameters of type PCAConfig
PCACalculationThread(DataMatrix dm, PCAConfig pcaCfg)
          Creates a PCACalculationThread for training the SOM som which has already been initialized.
PCACalculationThread(DataMatrix dm, PCAConfig pcaCfg, JLabel sb, Workspace ws)
          Creates a PCACalculationThread for training the SOM som which has already been initialized.