|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnitWords | |
---|---|
at.tuwien.ifs.somtoolbox.output.labeling | Provides implementations of labeling algorithms to assign semantic labels to SOM units. |
Uses of UnitWords in at.tuwien.ifs.somtoolbox.output.labeling |
---|
Fields in at.tuwien.ifs.somtoolbox.output.labeling declared as UnitWords | |
---|---|
private UnitWords[][][] |
UnitWordsMap.unitWords
|
Methods in at.tuwien.ifs.somtoolbox.output.labeling that return UnitWords | |
---|---|
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 |
Methods in at.tuwien.ifs.somtoolbox.output.labeling that return types with arguments of type UnitWords | |
---|---|
java.util.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 |
java.util.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 |
Methods in at.tuwien.ifs.somtoolbox.output.labeling with parameters of type UnitWords | |
---|---|
void |
UnitWordsMap.setUnitWords(UnitWords unitWords,
int x,
int y,
int z)
Sets a UnitWords to the specified position |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |