See: Description
Interface | Description |
---|---|
NetworkModel |
Interface used for tagging classes that are network models.
Currently not used: common methods from GrowingSOM and GHSOM should be defined here. |
Class | Description |
---|---|
AbstractNetworkModel |
This class provides basic support for implementing a NetworkModel.
|
GHSOM |
This class implements the Growing Hierarchical Self-Organizing Map.
|
GHSOMHierarchyRoot |
A GHSOMLayer represents all GrowingLayers of a Level.
|
GHSOMLevelLayer |
represents all layers of one level
|
GrowingCellStructures |
This class implements the Growing Cell Structures.
|
GrowingSOM |
This class implements the Growing Self-Organizing Map.
|
MnemonicSOM |
This class implements so-called Mnemonic SOMs, i.e.
|
NetworkModel
. Basic support is
provided by common methods in AbstractNetworkModel
.
Currentely, the SOMToolbox provides the following models:
GrowingSOM
,
GHSOM
,
MnemonicSOM
,
AbstractNetworkModel