|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of InstantaneousOutput in ca.nengo.model |
|---|
| Subinterfaces of InstantaneousOutput in ca.nengo.model | |
|---|---|
interface |
PreciseSpikeOutput
InstantaneousOutput consisting of spikes and the time since they occurred. |
interface |
RealOutput
Instantaneous output consisting of continuous quantities (e.g. |
interface |
SpikeOutput
InstantaneousOutput consisting of spikes. |
| Methods in ca.nengo.model that return InstantaneousOutput | |
|---|---|
InstantaneousOutput |
InstantaneousOutput.clone()
|
InstantaneousOutput |
PlasticTermination.getInput()
|
InstantaneousOutput |
Origin.getValues()
|
| Methods in ca.nengo.model with parameters of type InstantaneousOutput | |
|---|---|
void |
Termination.setValues(InstantaneousOutput values)
|
| Uses of InstantaneousOutput in ca.nengo.model.impl |
|---|
| Classes in ca.nengo.model.impl that implement InstantaneousOutput | |
|---|---|
class |
PreciseSpikeOutputImpl
|
class |
RealOutputImpl
Default implementation of RealOutput. |
class |
SpikeOutputImpl
Default implementation of SpikeOutput. |
| Methods in ca.nengo.model.impl that return InstantaneousOutput | |
|---|---|
InstantaneousOutput |
LinearExponentialTermination.getInput()
|
InstantaneousOutput |
PlasticEnsembleTermination.getInput()
|
InstantaneousOutput |
BasicOrigin.getValues()
|
InstantaneousOutput |
EnsembleOrigin.getValues()
|
InstantaneousOutput |
PassthroughNode.PassthroughTermination.getValues()
|
InstantaneousOutput |
NetworkImpl.OriginWrapper.getValues()
|
InstantaneousOutput |
ProbeableOrigin.getValues()
|
InstantaneousOutput |
ProjectionImplTest.MockOrigin.getValues()
|
| Methods in ca.nengo.model.impl with parameters of type InstantaneousOutput | |
|---|---|
void |
BasicOrigin.setValues(InstantaneousOutput values)
This method is normally called by the Node that contains this Origin, to set the input that is read by other nodes from getValues(). |
void |
BasicTermination.setValues(InstantaneousOutput values)
|
void |
LinearExponentialTermination.setValues(InstantaneousOutput values)
|
void |
PassthroughNode.PassthroughTermination.setValues(InstantaneousOutput values)
|
void |
NetworkImpl.TerminationWrapper.setValues(InstantaneousOutput values)
|
void |
EnsembleTermination.setValues(InstantaneousOutput values)
|
void |
ProjectionImplTest.MockTermination.setValues(InstantaneousOutput values)
|
| Uses of InstantaneousOutput in ca.nengo.model.nef.impl |
|---|
| Methods in ca.nengo.model.nef.impl that return InstantaneousOutput | |
|---|---|
InstantaneousOutput |
DecodedOrigin.getValues()
|
| Methods in ca.nengo.model.nef.impl with parameters of type InstantaneousOutput | |
|---|---|
void |
DecodedTermination.setValues(InstantaneousOutput values)
|
| Uses of InstantaneousOutput in ca.nengo.model.neuron |
|---|
| Methods in ca.nengo.model.neuron that return InstantaneousOutput | |
|---|---|
InstantaneousOutput |
SpikeGenerator.run(float[] time,
float[] current)
Runs the model for a given time segment. |
| Uses of InstantaneousOutput in ca.nengo.model.neuron.impl |
|---|
| Methods in ca.nengo.model.neuron.impl that return InstantaneousOutput | |
|---|---|
InstantaneousOutput |
SpikeGeneratorOrigin.getValues()
Returns spike values or real-valued spike rate values, depending on whether the mode is SimulationMode.DEFAULT or SimulationMode.CONSTANT_RATE. |
InstantaneousOutput |
PoissonSpikeGenerator.run(float[] time,
float[] current)
|
InstantaneousOutput |
ALIFSpikeGenerator.run(float[] time,
float[] current)
|
InstantaneousOutput |
IzhikevichSpikeGenerator.run(float[] time,
float[] current)
|
InstantaneousOutput |
DynamicalSystemSpikeGenerator.run(float[] time,
float[] current)
Runs the spike generation dynamics and returns a spike if membrane potential rises above spike threshold. |
InstantaneousOutput |
LIFSpikeGenerator.run(float[] time,
float[] current)
|
| Uses of InstantaneousOutput in ca.nengo.model.plasticity |
|---|
| Methods in ca.nengo.model.plasticity with parameters of type InstantaneousOutput | |
|---|---|
float[][] |
PlasticityRule.getDerivative(float[][] transform,
InstantaneousOutput input,
float time)
|
void |
PlasticityRule.setModTerminationState(java.lang.String name,
InstantaneousOutput state,
float time)
Provides potentially modulatory input to the rule. |
void |
PlasticityRule.setOriginState(java.lang.String name,
InstantaneousOutput state,
float time)
Provides state or functional output, which may serve as an indication of postsynaptic activity (used in Hebbian learning). |
| Uses of InstantaneousOutput in ca.nengo.model.plasticity.impl |
|---|
| Methods in ca.nengo.model.plasticity.impl with parameters of type InstantaneousOutput | |
|---|---|
float[][] |
SpikePlasticityRule.getDerivative(float[][] transform,
InstantaneousOutput input,
float time)
|
float[][] |
CompositePlasticityRule.getDerivative(float[][] transform,
InstantaneousOutput input,
float time)
|
float[][] |
CompositePlasticityRule.NullRule.getDerivative(float[][] transform,
InstantaneousOutput input,
float time)
|
float[][] |
RealPlasticityRule.getDerivative(float[][] transform,
InstantaneousOutput input,
float time)
|
void |
SpikePlasticityRule.setModTerminationState(java.lang.String name,
InstantaneousOutput state,
float time)
|
void |
CompositePlasticityRule.setModTerminationState(java.lang.String name,
InstantaneousOutput state,
float time)
|
void |
CompositePlasticityRule.NullRule.setModTerminationState(java.lang.String name,
InstantaneousOutput state,
float time)
Does nothing. |
void |
RealPlasticityRule.setModTerminationState(java.lang.String name,
InstantaneousOutput state,
float time)
|
void |
SpikePlasticityRule.setOriginState(java.lang.String name,
InstantaneousOutput state,
float time)
|
void |
CompositePlasticityRule.setOriginState(java.lang.String name,
InstantaneousOutput state,
float time)
|
void |
CompositePlasticityRule.NullRule.setOriginState(java.lang.String name,
InstantaneousOutput state,
float time)
Does nothing. |
void |
RealPlasticityRule.setOriginState(java.lang.String name,
InstantaneousOutput state,
float time)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||