Class SpikingNeuron
java.lang.Object
org.episteme.natural.biology.neuroscience.SpikingNeuron
Spiking Neuron model.
Leaky Integrate-and-Fire (LIF) implementation.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInputCurrent(Real current) Adds input current for this time step.voidreset()booleanUpdates neuron state. dV/dt = (-(V - Vrest) + R*I) / tau
-
Constructor Details
-
SpikingNeuron
-
-
Method Details
-
reset
public void reset() -
addInputCurrent
Adds input current for this time step. -
update
-
getMembranePotential
-