Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.visualization.thematicmap |
Contains helper classes used by the
ThematicClassMapVisualizer . |
Modifier and Type | Field and Description |
---|---|
(package private) Segment |
SegDistComperator.segment |
Modifier and Type | Field and Description |
---|---|
(package private) ArrayList<Segment> |
SOMRegion.segments |
Modifier and Type | Method and Description |
---|---|
void |
SOMRegion.addSegment(Segment seg) |
void |
SOMRegion.assignClassGrids(SOMClass clss,
Segment seg,
double anteilVonAnteil,
double weight1,
double weight2) |
Constructor and Description |
---|
SegDistComperator(Segment segment,
double weight1,
double weight2)
Creates a new instance of SegDistComperator
|