|
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.GruberNeuronFactory
public class GruberNeuronFactory
Creates GruberNeurons
Nested Class Summary | |
---|---|
static class |
GruberNeuronFactory.GruberNeuron
Class representing the actual neuron |
Field Summary | |
---|---|
static java.lang.String |
DOPAMINE
Name of distinguished dopamine termination. |
Constructor Summary | |
---|---|
GruberNeuronFactory(PDF scale,
PDF bias)
|
Method Summary | |
---|---|
java.lang.String |
getTypeDescription()
|
Node |
make(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DOPAMINE
Constructor Detail |
---|
public GruberNeuronFactory(PDF scale, PDF bias)
scale
- PDF to pick neuron scale frombias
- PDF to pick neuron bias fromMethod Detail |
---|
public Node make(java.lang.String name) throws StructuralException
make
in interface NodeFactory
name
- The name of the Node (unique within containing Ensemble or Network)
StructuralException
- for any problem that prevents constructionpublic java.lang.String getTypeDescription()
getTypeDescription
in interface NodeFactory
NodeFactory.getTypeDescription()
|
Nengo.ca | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |