Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.output.labeling |
Provides implementations of labeling algorithms to assign semantic labels to SOM units.
|
Modifier and Type | Field and Description |
---|---|
private UnitWords[][][] |
UnitWordsMap.unitWords |
Modifier and Type | Method and Description |
---|---|
UnitWords |
UnitWordsMap.getUnitWords(int x,
int y,
int z)
Returns the UnitWords at the specified position
|
UnitWords |
UnitWordsMap.newUnitWords(int x,
int y,
int z)
Creates and returns a new, empty UnitWords at the specified position
|
Modifier and Type | Method and Description |
---|---|
List<UnitWords> |
UnitWordsMap.getUnitWordsInsideRadius(int x,
int y,
int z,
int radius)
Returns for a UnitWords at a specified postion all UnitWords which are inside its radius
|
List<UnitWords> |
UnitWordsMap.getUnitWordsOutsideRadius(int x,
int y,
int z,
int radius)
Returns for a UnitWords at a specified postion all UnitWords which are outside its radius
|
Modifier and Type | Method and Description |
---|---|
void |
UnitWordsMap.setUnitWords(UnitWords unitWords,
int x,
int y,
int z)
Sets a UnitWords to the specified position
|