Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.layers |
Provides the basic classes constituting SOM-based neural networks.
|
Modifier and Type | Method and Description |
---|---|
static GrowingLayer.Flip |
GrowingLayer.Flip.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrowingLayer.Flip[] |
GrowingLayer.Flip.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.flip(GrowingLayer.Flip flip)
Flip the layer.
|