at.tuwien.ifs.somtoolbox.layers
Class GrowingLayer.UpdaterThread

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.layers.GrowingLayer.UpdaterThread
All Implemented Interfaces:
Runnable
Enclosing class:
GrowingLayer

 class GrowingLayer.UpdaterThread
extends Object
implements Runnable


Field Summary
private  double[] inputVector
           
private  double learnrate
           
private  double opt
           
private  Cuboid range
           
private  Unit winner
           
 
Constructor Summary
GrowingLayer.UpdaterThread(Unit winner, double learnrate, double opt, double[] inputVector, Cuboid range)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

winner

private Unit winner

learnrate

private double learnrate

opt

private double opt

inputVector

private double[] inputVector

range

private Cuboid range
Constructor Detail

GrowingLayer.UpdaterThread

public GrowingLayer.UpdaterThread(Unit winner,
                                  double learnrate,
                                  double opt,
                                  double[] inputVector,
                                  Cuboid range)
Method Detail

run

public void run()
Specified by:
run in interface Runnable