Uses of Class
at.tuwien.ifs.somtoolbox.layers.GrowingLayer.Rotation

Packages that use GrowingLayer.Rotation
at.tuwien.ifs.somtoolbox.layers Provides the basic classes constituting SOM-based neural networks. 
 

Uses of GrowingLayer.Rotation in at.tuwien.ifs.somtoolbox.layers
 

Methods in at.tuwien.ifs.somtoolbox.layers that return GrowingLayer.Rotation
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.
 

Methods in at.tuwien.ifs.somtoolbox.layers with parameters of type GrowingLayer.Rotation
 void GrowingLayer.rotate(GrowingLayer.Rotation rotation)
          Clockwise rotate the layer by the given degrees.