|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simnet.interfaces.Neuron
org.simnet.neurons.ClampedNeuron
public class ClampedNeuron
ClampedNeuron.
| Field Summary |
|---|
| Fields inherited from class org.simnet.interfaces.Neuron |
|---|
activation, fanIn, fanOut, lowerBound, upperBound |
| Constructor Summary | |
|---|---|
ClampedNeuron()
Default constructor needed for external calls which create neurons then set their parameters. |
|
ClampedNeuron(Neuron n)
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 | |
|---|---|
Neuron |
duplicate()
Returns a duplicate ClampedNeuron (used, e.g., in copy/paste). |
static String |
getName()
|
int |
getTimeType()
TODO: Not really true... |
void |
update()
Update neuron. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClampedNeuron()
public ClampedNeuron(Neuron n)
n - Neuron to make the type| Method Detail |
|---|
public int getTimeType()
getTimeType in class Neuronpublic Neuron duplicate()
duplicate in class Neuronpublic void update()
update in class Neuronpublic static String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||