|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.core.Neuron
org.neuroph.nnet.neuron.DelayedNeuron
public class DelayedNeuron
The DelayedNeuron class provides behaviour for neurons with delayed output.
Field Summary | |
---|---|
protected java.util.Vector<java.lang.Double> |
outputHistory
|
private static long |
serialVersionUID
|
Fields inherited from class org.neuroph.core.Neuron |
---|
error, inputConnections, inputFunction, netInput, outConnections, output, parentLayer, transferFunction |
Constructor Summary | |
---|---|
DelayedNeuron(InputFunction inputFunction,
TransferFunction transferFunction)
|
Method Summary | |
---|---|
void |
calculate()
Calculates neuron's output |
double |
getOutput(int delay)
|
Methods inherited from class org.neuroph.core.Neuron |
---|
addInputConnection, addInputConnection, addOutputConnection, getConnectionFrom, getError, getInputConnections, getInputFunction, getInputsIterator, getNetInput, getOutConnections, getOutput, getParentLayer, getTransferFunction, getWeightVector, hasInputConnections, randomizeInputWeights, removeInput, reset, setError, setInput, setInputFunction, setOutput, setParentLayer, setTransferFunction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
protected java.util.Vector<java.lang.Double> outputHistory
Constructor Detail |
---|
public DelayedNeuron(InputFunction inputFunction, TransferFunction transferFunction)
Method Detail |
---|
public void calculate()
Neuron
calculate
in class Neuron
public double getOutput(int delay)
|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |