Table of Contents

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

step long
Receives the spikes of one step (neuron indices ascending). Do not retain the span.
spikes ReadOnlySpan<int>
Receives the spikes of one step (neuron indices ascending). Do not retain the span.