Uses of Class
at.tuwien.ifs.somtoolbox.util.Cuboid

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

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

Fields in at.tuwien.ifs.somtoolbox.layers declared as Cuboid
private  Cuboid GrowingLayer.UpdaterThread.range
           
private  Cuboid[] GrowingLayer.ranges
           
 

Methods in at.tuwien.ifs.somtoolbox.layers with parameters of type Cuboid
private  void GrowingLayer.updateUnitsInArea(Unit winner, double learnrate, double opt1, double[] inputVector, Cuboid range)
           
 

Constructors in at.tuwien.ifs.somtoolbox.layers with parameters of type Cuboid
GrowingLayer.UpdaterThread(Unit winner, double learnrate, double opt, double[] inputVector, Cuboid range)