Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.visualization.thematicmap |
Contains helper classes used by the
ThematicClassMapVisualizer . |
Modifier and Type | Field and Description |
---|---|
SOMClass |
Grid.clss |
SOMClass |
SOMRegion.mainClass |
Modifier and Type | Field and Description |
---|---|
ArrayList<SOMClass> |
SOMRegion.classes |
(package private) ArrayList<SOMClass> |
RndIndexGenerator.classes |
Modifier and Type | Method and Description |
---|---|
SOMClass |
SOMRegion.getClass(int index) |
SOMClass |
SOMRegion.getClassWithIndex(int index)
Returns the SOMClass with the specified index or NULL otherwise
|
SOMClass |
RndIndexGenerator.getNextIndex() |
Modifier and Type | Method and Description |
---|---|
void |
SOMRegion.assignClassGrids(SOMClass clss,
Segment seg,
double anteilVonAnteil,
double weight1,
double weight2) |
int |
RndIndexGenerator.ClassComperator.compare(SOMClass c1,
SOMClass c2) |
Constructor and Description |
---|
RndIndexGenerator(ArrayList<SOMClass> classes)
Creates a new instance of IdexGenerator
|