norse.torch.module.izhikevich.IzhikevichSpikingBehavior#
- class norse.torch.module.izhikevich.IzhikevichSpikingBehavior(p: IzhikevichParameters, s: IzhikevichState)[source]#
Spiking behavior of a Izhikevich neuron
- Parameters:
p (IzhikevichParameters) : parameters of the Izhikevich neuron model s (IzhikevichState) : state of the Izhikevich neuron model
- __init__()#
Methods
__init__
()count
(value, /)Return number of occurrences of value.
index
(value[, start, stop])Return first index of value.
Attributes
p
Alias for field number 0
s
Alias for field number 1