|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbrain.Module
brain.NoiseInputModule
public class NoiseInputModule
Field Summary | |
---|---|
static int |
WHITE_NOISE
|
Fields inherited from class brain.Module |
---|
activities, biases, changeListeners, elapsedTime, elapsedTimeSteps, forwardModules, receptors |
Constructor Summary | |
---|---|
NoiseInputModule()
|
|
NoiseInputModule(int noise,
double changeInterval)
|
Method Summary | |
---|---|
protected void |
calculateOneTimeStep(double timeDelta)
calculates one time step of the simulation calculation This method has to be implemented by subclasses. |
double |
getChangeInterval()
|
void |
setChangeInterval(double changeInterval)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int WHITE_NOISE
Constructor Detail |
---|
public NoiseInputModule()
public NoiseInputModule(int noise, double changeInterval)
Method Detail |
---|
protected void calculateOneTimeStep(double timeDelta)
Module
calculateOneTimeStep
in class Module
public double getChangeInterval()
public void setChangeInterval(double changeInterval)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |