Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.layers |
Provides the basic classes constituting SOM-based neural networks.
|
Modifier and Type | Field and Description |
---|---|
private List<GrowingCellTetraheder> |
GrowingCellUnit.connectedTetraheders
The Tetraheders this Unit is connected to
|
private List<GrowingCellTetraheder> |
GrowingCellLayer.tetraheders
List of Tetraheders formed by the Units
|
Modifier and Type | Method and Description |
---|---|
List<GrowingCellTetraheder> |
GrowingCellUnit.getConnectedTetraheders() |
private List<GrowingCellTetraheder> |
GrowingCellLayer.getTouchedTetraheders(GrowingCellUnit u1,
GrowingCellUnit u2)
Returns Tetraheders that have u1 and u2 in common
|
Modifier and Type | Method and Description |
---|---|
void |
GrowingCellUnit.connect(GrowingCellTetraheder ct)
Connects this unit to Tetraheder ct
|
void |
GrowingCellUnit.disconnect(GrowingCellTetraheder t)
Disconnects the Unit from tetraheder t
|