Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.layers |
Provides the basic classes constituting SOM-based neural networks.
|
Modifier and Type | Field and Description |
---|---|
private Cuboid |
GrowingLayer.UpdaterThread.range |
private Cuboid[] |
GrowingLayer.ranges |
Modifier and Type | Method and Description |
---|---|
private void |
GrowingLayer.updateUnitsInArea(Unit winner,
double learnrate,
double opt1,
double[] inputVector,
Cuboid range) |
Constructor and Description |
---|
GrowingLayer.UpdaterThread(Unit winner,
double learnrate,
double opt,
double[] inputVector,
Cuboid range) |