|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.somtoolbox.layers.GrowingLayer.UpdaterThread
class GrowingLayer.UpdaterThread
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 |
---|
private Unit winner
private double learnrate
private double opt
private double[] inputVector
private Cuboid range
Constructor Detail |
---|
public GrowingLayer.UpdaterThread(Unit winner, double learnrate, double opt, double[] inputVector, Cuboid range)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |