Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.visualization |
Provides classes creating visualisations of trained SOMs.
|
at.tuwien.ifs.somtoolbox.visualization.thematicmap |
Contains helper classes used by the
ThematicClassMapVisualizer . |
Modifier and Type | Field and Description |
---|---|
SOMRegion |
EntropyVisualizer.MAXENTROPY_REGION |
SOMRegion |
EntropyVisualizer.MINENTROPY_REGION |
Modifier and Type | Field and Description |
---|---|
SOMRegion |
Segment.neighborRegion |
Modifier and Type | Field and Description |
---|---|
(package private) ArrayList<SOMRegion> |
RegionManager.regions |
Modifier and Type | Method and Description |
---|---|
SOMRegion |
RegionManager.addNewRegion(Unit unit) |
SOMRegion |
RegionManager.getMaximumEntropyRegion()
Goes through all the Regions and returns the Region with smallest Entropy Error.
|
SOMRegion |
RegionManager.getMinimumEntropyRegion()
Goes through all the Regions and returns the Region with biggest Entropy Error.
|
SOMRegion |
RegionManager.getRegion(ArrayList<SOMRegion> candidates,
double x,
double y) |
SOMRegion |
RegionManager.getRegion(ArrayList<SOMRegion> candidates,
edu.cornell.cs.voronoi.Pnt center) |
Modifier and Type | Method and Description |
---|---|
ArrayList<SOMRegion> |
RegionManager.getRegions() |
Modifier and Type | Method and Description |
---|---|
void |
RegionManager.removeRegion(SOMRegion r) |
Modifier and Type | Method and Description |
---|---|
void |
RegionManager.build(ArrayList<SOMRegion> regions,
edu.cornell.cs.voronoi.DelaunayTriangulation dt) |
SOMRegion |
RegionManager.getRegion(ArrayList<SOMRegion> candidates,
double x,
double y) |
SOMRegion |
RegionManager.getRegion(ArrayList<SOMRegion> candidates,
edu.cornell.cs.voronoi.Pnt center) |