|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.nengo.model.neuron.impl.PoissonSpikeGenerator.LinearNeuronFactory
public static class PoissonSpikeGenerator.LinearNeuronFactory
A factory for neurons with linear or rectified linear response functions.
Constructor Summary | |
---|---|
PoissonSpikeGenerator.LinearNeuronFactory(PDF maxRate,
PDF intercept,
boolean rectified)
|
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 |
Constructor Detail |
---|
public PoissonSpikeGenerator.LinearNeuronFactory(PDF maxRate, PDF intercept, boolean rectified)
Method 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 constructionNodeFactory.make(java.lang.String)
public java.lang.String getTypeDescription()
getTypeDescription
in interface NodeFactory
NodeFactory.getTypeDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |