Interface ISpikeSink
Receives the spikes emitted at each step. Implementations must not retain the span.
public interface ISpikeSink
Methods
OnStep(long, ReadOnlySpan<int>)
Called once per step with the (ascending) indices of the neurons that spiked.
void OnStep(long step, ReadOnlySpan<int> spiked)
Parameters
steplongspikedReadOnlySpan<int>