Delegate SpikeHandler
- Namespace
- DotFly
- Assembly
- DotFly.Engine.dll
Receives the spikes of one step (neuron indices ascending). Do not retain the span.
public delegate void SpikeHandler(long step, ReadOnlySpan<int> spikes)
Parameters
steplong- Receives the spikes of one step (neuron indices ascending). Do not retain the span.
spikesReadOnlySpan<int>- Receives the spikes of one step (neuron indices ascending). Do not retain the span.