|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.core.Connection
org.neuroph.nnet.neuron.DelayedConnection
public class DelayedConnection
The DelayedConnection class represents connection between neurons which can delay signal.
Field Summary | |
---|---|
private int |
delay
|
private static long |
serialVersionUID
|
Fields inherited from class org.neuroph.core.Connection |
---|
connectedNeuron, weight |
Constructor Summary | |
---|---|
DelayedConnection(Neuron connectTo,
double weightVal,
int delay)
|
Method Summary | |
---|---|
int |
getDelay()
|
double |
getInput()
Returns input received through this connection - the activation that comes from the output of the cell on the other end of connection |
void |
setDelay(int delay)
|
Methods inherited from class org.neuroph.core.Connection |
---|
getConnectedNeuron, getWeight, getWeightedInput |
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
private int delay
Constructor Detail |
---|
public DelayedConnection(Neuron connectTo, double weightVal, int delay)
Method Detail |
---|
public int getDelay()
public void setDelay(int delay)
public double getInput()
Connection
getInput
in class Connection
|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |