|
Nengo.ca | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.nengo.model.neuron.impl.PyramidalNetwork.PoiraziDendriteFactory
public static class PyramidalNetwork.PoiraziDendriteFactory
Creates neurons which are meant to model the dendrites of pyramidal cells Code is a modified version of NodeFactory written by Bryann Tripp
Constructor Summary | |
---|---|
PyramidalNetwork.PoiraziDendriteFactory()
Default constructor Sets spikegenerator factory to a PoiraziDendriteSigmoidFactory |
Method Summary | |
---|---|
void |
changeRange(int rb)
Changes the range from which the random number generator r is allowed to choose from when scaling individual dendrites |
java.lang.String |
getTypeDescription()
Returns type of node |
Node |
make(java.lang.String name)
Makes a "Dendrite" Node |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PyramidalNetwork.PoiraziDendriteFactory()
Method Detail |
---|
public void changeRange(int rb)
rb
- new range to choose frompublic java.lang.String getTypeDescription()
getTypeDescription
in interface NodeFactory
public Node make(java.lang.String name) throws StructuralException
make
in interface NodeFactory
name
- Name of the node in ensemble
StructuralException
- for any problem that prevents construction
|
Nengo.ca | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |