class GrowingLayer.UpdaterThread extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
private double[] |
inputVector |
private double |
learnrate |
private double |
opt |
private Cuboid |
range |
private Unit |
winner |
Constructor and Description |
---|
GrowingLayer.UpdaterThread(Unit winner,
double learnrate,
double opt,
double[] inputVector,
Cuboid range) |