|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simnet.interfaces.Network
org.simnet.networks.StandardNetwork
public class StandardNetwork
StandardNetwork serves as a high-level container for other networks and neurons. It contains a list of neurons as well as a list of networks. When building simulations in which multiple networks interact, this should be the top-level network which contains the rest.
| Field Summary |
|---|
| Fields inherited from class org.simnet.interfaces.Network |
|---|
CONTINUOUS, DISCRETE |
| Constructor Summary | |
|---|---|
StandardNetwork()
Default connstructor. |
|
StandardNetwork(int nUnits,
Layout layout)
Construct a Standard Network with a specified number of units. |
|
| Method Summary | |
|---|---|
int |
getNumNeurons()
Returns the initial number of neurons. |
void |
init()
Initializes standard network. |
void |
setDelays(int newDelay)
Set delays on all synapses to this network. |
void |
update()
The core update function of the neural network. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StandardNetwork()
public StandardNetwork(int nUnits,
Layout layout)
nUnits - how many units this network should have.layout - how the units should be layed out.| Method Detail |
|---|
public void init()
init in class Networkpublic void update()
update in class Networkpublic void setDelays(int newDelay)
newDelay - the delay to set.public int getNumNeurons()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||