Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.output.labeling |
Provides implementations of labeling algorithms to assign semantic labels to SOM units.
|
Modifier and Type | Method and Description |
---|---|
private UnitWordsMap |
LagusKeywordLabeler.generateUnitWordsMap(Unit[] units,
GrowingSOM gsom,
InputData data,
TemplateVector tv) |
Modifier and Type | Method and Description |
---|---|
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
|