Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.data |
Classes in this package implement reading, storing and providing of different data needed for the SOM, e.g.
|
at.tuwien.ifs.somtoolbox.layers |
Provides the basic classes constituting SOM-based neural networks.
|
at.tuwien.ifs.somtoolbox.visualization |
Provides classes creating visualisations of trained SOMs.
|
Modifier and Type | Method and Description |
---|---|
AdaptiveCoordinatesVirtualLayer |
SharedSOMVisualisationData.getAdaptiveCoordinates() |
Modifier and Type | Field and Description |
---|---|
private AdaptiveCoordinatesVirtualLayer |
GrowingLayer.virtualLayer |
Modifier and Type | Method and Description |
---|---|
AdaptiveCoordinatesVirtualLayer |
GrowingLayer.getVirtualLayer() |
Modifier and Type | Method and Description |
---|---|
private void |
AdaptiveCoordinatesVisualizer.drawPoints(BufferedImage bufferedImage,
GrowingLayer layer,
AdaptiveCoordinatesVirtualLayer virtualLayer,
int width,
int height) |