|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simnet.interfaces.Synapse
org.simnet.synapses.ClampedSynapse
public class ClampedSynapse
ClampedSynapse.
| Field Summary |
|---|
| Fields inherited from class org.simnet.interfaces.Synapse |
|---|
id, increment, lowerBound, NUM_PARAMETERS, source, spikeResponder, strength, target, upperBound |
| Constructor Summary | |
|---|---|
ClampedSynapse()
Default constructor needed for external calls which create neurons then set their parameters. |
|
ClampedSynapse(Neuron source,
Neuron target)
Creates a weight connecting source and target neurons. |
|
ClampedSynapse(Neuron src,
Neuron tar,
double val,
String theId)
Creates a weight of some value connecting two neurons. |
|
ClampedSynapse(Synapse s)
This constructor is used when creating a neuron of one type from another neuron of another type Only values common to different types of neuron are copied. |
|
| Method Summary | |
|---|---|
Synapse |
duplicate()
|
static String |
getName()
|
void |
update()
Update the synapse. |
| Methods inherited from class org.simnet.interfaces.Synapse |
|---|
checkBounds, clip, decrementWeight, duplicate, getDelay, getGaugeValue, getId, getIncrement, getLowerBound, getParent, getSource, getSpikeResponder, getStrength, getSynapseTypeIndex, getTarget, getType, getTypeList, getUpperBound, getValue, incrementWeight, init, initSpikeResponder, randomize, reinforce, setDelay, setId, setIncrement, setLowerBound, setParent, setSource, setSpikeResponder, setStrength, setTarget, setUpperBound, toString, weaken |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClampedSynapse(Neuron src,
Neuron tar,
double val,
String theId)
src - source neurontar - target neuronval - initial weight valuetheId - Id of synapse
public ClampedSynapse(Neuron source,
Neuron target)
source - source neurontarget - target neuronpublic ClampedSynapse()
public ClampedSynapse(Synapse s)
s - Synapse to make of the type| Method Detail |
|---|
public Synapse duplicate()
duplicate in class Synapsepublic void update()
update in class Synapsepublic static String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||