Uses of Class
comirva.mlearn.GHSOM

Packages that use GHSOM
comirva.mlearn   
comirva.mlearn.ghsom   
comirva.visu   
 

Uses of GHSOM in comirva.mlearn
 

Fields in comirva.mlearn declared as GHSOM
(package private)  GHSOM GHSOMTrainingThread.ghsom
           
 

Methods in comirva.mlearn that return GHSOM
 GHSOM GHSOM.getParent()
           
 GHSOM GHSOM.getSubSOM(int nodeNumber)
           
 

Methods in comirva.mlearn that return types with arguments of type GHSOM
 Collection<GHSOM> GHSOM.getChildren()
           
 

Constructors in comirva.mlearn with parameters of type GHSOM
GHSOMTrainingThread(GHSOM som)
          Creates a SOMTrainingThread for training the SOM som which has already been initialized.
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 GHSOM in comirva.mlearn.ghsom
 

Methods in comirva.mlearn.ghsom with parameters of type GHSOM
static HashMap<Integer,Double> WebCoocIndividualPrototypeFinder.calculateSongProximityValue(GHSOM currentSOM, int somUnitIndex)
           
 int WebCoocIndividualPrototypeFinder.getIndexOfPrototype(GHSOM currentSOM, int somUnitIndex)
           
 int MeanPrototypeFinder.getIndexOfPrototype(GHSOM currentSOM, int somUnitIndex)
           
 int GhSomIndividualPrototypeFinder.getIndexOfPrototype(GHSOM currentSOM, int somUnitIndex)
           
 String WebCoocIndividualPrototypeFinder.getPrototype(GHSOM currentSOM, int somUnitIndex)
           
 String WebCoocGroupPrototypeFinder.getPrototype(GHSOM currentSOM, int somUnitIndex)
           
 String MeanPrototypeFinder.getPrototype(GHSOM currentSOM, int somUnitIndex)
           
 String GhSomPrototypeFinder.getPrototype(GHSOM currentSOM, int somUnitIndex)
           
 List<Integer> WebCoocIndividualPrototypeFinder.getRankOfAllSongs(GHSOM currentSOM, int somUnitIndex)
           
 

Uses of GHSOM in comirva.visu
 

Fields in comirva.visu declared as GHSOM
protected  GHSOM VisuPane.ghsom
           
 

Methods in comirva.visu that return GHSOM
 GHSOM GHSOMGridVisu.getCurrentSOM()
           
 GHSOM VisuPane.getGHSOM()
           
 

Methods in comirva.visu with parameters of type GHSOM
 void GHSOMGridVisu.setCurrentSOM(GHSOM currentSOM)
           
 void VisuPane.setGHSOM(GHSOM ghsom)