Uses of Class
at.tuwien.ifs.somtoolbox.layers.GrowingCellLayer

Packages that use GrowingCellLayer
at.tuwien.ifs.somtoolbox.layers Provides the basic classes constituting SOM-based neural networks. 
at.tuwien.ifs.somtoolbox.models Provides the actual implementations of network models. 
 

Uses of GrowingCellLayer in at.tuwien.ifs.somtoolbox.layers
 

Constructors in at.tuwien.ifs.somtoolbox.layers with parameters of type GrowingCellLayer
GrowingCellUnit(GrowingCellLayer layer, double[] weights)
          Std Constructor, initializes the unit wich weights
 

Uses of GrowingCellLayer in at.tuwien.ifs.somtoolbox.models
 

Fields in at.tuwien.ifs.somtoolbox.models declared as GrowingCellLayer
protected  GrowingCellLayer GrowingCellStructures.layer
           
 

Methods in at.tuwien.ifs.somtoolbox.models that return GrowingCellLayer
 GrowingCellLayer GrowingCellStructures.getLayer()