Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.layers |
Provides the basic classes constituting SOM-based neural networks.
|
Modifier and Type | Method and Description |
---|---|
static GrowingLayer.Rotation |
GrowingLayer.Rotation.getByDegree(int degree) |
static GrowingLayer.Rotation |
GrowingLayer.Rotation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrowingLayer.Rotation[] |
GrowingLayer.Rotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GrowingLayer.rotate(GrowingLayer.Rotation rotation)
Clockwise rotate the layer by the given degrees.
|