Uses of Class
at.tuwien.ifs.somtoolbox.output.labeling.UnitWordsMap

Packages that use UnitWordsMap
at.tuwien.ifs.somtoolbox.output.labeling Provides implementations of labeling algorithms to assign semantic labels to SOM units. 
 

Uses of UnitWordsMap in at.tuwien.ifs.somtoolbox.output.labeling
 

Methods in at.tuwien.ifs.somtoolbox.output.labeling that return UnitWordsMap
private  UnitWordsMap LagusKeywordLabeler.generateUnitWordsMap(Unit[] units, GrowingSOM gsom, InputData data, TemplateVector tv)
           
 

Methods in at.tuwien.ifs.somtoolbox.output.labeling with parameters of type UnitWordsMap
private  void LagusKeywordLabeler.selectAreaLabels(Unit[] units, UnitWordsMap uwm, int num)
          Only labels one unit per map area, dependent on A0 and A1 radius.
private  void LagusKeywordLabeler.selectLabelsG1(Unit[] units, UnitWordsMap uwm, int num)
          Selects a number of n labels for each unit based on the proposed goodness G1 by Lagus
private  void LagusKeywordLabeler.selectLabelsG2(Unit[] units, UnitWordsMap uwm)
          Selects only one best label for units based on the proposed goodness G2 by Lagus