Uses of Class
comirva.mlearn.SOM

Packages that use SOM
comirva.io   
comirva.mlearn   
comirva.ui   
comirva.visu   
 

Uses of SOM in comirva.io
 

Methods in comirva.io with parameters of type SOM
static void SOM2HTMLExporter.exportMDM(SOM som, File file)
           
static void SOM2HTMLExporter.exportSOM(SOM som, File file)
           
 

Uses of SOM in comirva.mlearn
 

Subclasses of SOM in comirva.mlearn
 class GHSOM
           
 

Fields in comirva.mlearn declared as SOM
(package private)  SOM SOMTrainingThread.som
           
 

Methods in comirva.mlearn that return SOM
 SOM SDH.getSOM()
          Returns the SOM-instance for which the SDH is calculated.
 

Constructors in comirva.mlearn with parameters of type SOM
MDM(SOM som)
           
MDM(SOM som, boolean colorByPCA)
           
MDM(SOM som, Hashtable<String,int[]> artistTermvectors)
           
MDM(SOM som, Hashtable<String,int[]> artistTermvectors, boolean colorByPCA)
           
MDM(SOM som, Hashtable<String,int[]> artistTermvectors, int minTermsPerUnit, int maxTermsPerUnit)
           
MDM(SOM som, Hashtable<String,int[]> artistTermvectors, int minTermsPerUnit, int maxTermsPerUnit, boolean colorByPCA)
           
MDM(SOM som, int minTermsPerUnit, int maxTermsPerUnit)
           
MDM(SOM som, int minTermsPerUnit, int maxTermsPerUnit, boolean colorByPCA)
           
SDH(SOM som)
          Creates a new SDH-instance based on the passed SOM.
SDH(SOM som, int iter)
          Creates a new SDH-instance based on the passed SOM.
SOMTrainingThread(SOM som)
          Creates a SOMTrainingThread for training the SOM som which has already been initialized.
SOMTrainingThread(SOM som, SOMConfig somCfg, JLabel sb)
          Creates a SOMTrainingThread for training the SOM som which has already been initialized.
SOMTrainingThread(SOM som, SOMConfig somCfg, JLabel sb, JProgressBar pb)
          Creates a SOMTrainingThread for training the SOM som which has already been initialized.
 

Uses of SOM in comirva.ui
 

Constructors in comirva.ui with parameters of type SOM
SDHCreationDialog(Frame parent, SOM[] som, String[] somNames, int preselection, int maxIterations)
          Creates a new instance of the SDH-parameter dialog and initializes it.
 

Uses of SOM in comirva.visu
 

Fields in comirva.visu declared as SOM
protected  SOM VisuPane.som
           
 

Methods in comirva.visu with parameters of type SOM
 void VisuPane.setSOM(SOM som)
          Sets the internal SOM-parameter to the argument som.