at.tuwien.ifs.somtoolbox.layers
Class GrowingLayer.UpdaterThread
java.lang.Object
at.tuwien.ifs.somtoolbox.layers.GrowingLayer.UpdaterThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- GrowingLayer
class GrowingLayer.UpdaterThread
- extends Object
- implements Runnable
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
winner
private Unit winner
learnrate
private double learnrate
opt
private double opt
inputVector
private double[] inputVector
range
private Cuboid range
GrowingLayer.UpdaterThread
public GrowingLayer.UpdaterThread(Unit winner,
double learnrate,
double opt,
double[] inputVector,
Cuboid range)
run
public void run()
- Specified by:
run
in interface Runnable