| Class | Description |
|---|---|
| NeuronPotential |
A Function that calculates the potential of a
SpikingNeuron. |
| PostsynapticPotential |
This function models the effect of a spike generated by a
SpikingNeuron to the overall potential of
a the SpikingNeuron that receives the spike. |
| Spike |
This function is the default function that is used to describe the form of the spikes
generated by a
SpikingNeuron in a SpikingNeuralNet. |
| SpikeEvent |
This event is generated by the
SpikingLink and SpikingNeuron objects
in a SpikingNeuralNet, during the simulation of a spiking neural network. |
| SpikeEventBuffer |
The global buffer in a
SpikingNeuralNet that holds the events generated by the neurons
and links inside the network. |
| SpikeEventQueue |
Queue holding
SpikeEvent objects, ordered according to their
timestamps. |
| SpikeSet |
A spike set links lists of doubles to specific neurons.
|
| SpikingLink |
Base class for links in a
SpikingNeuralNet. |
| SpikingNeuralNet |
The class
SpikingNeuralNet represents a spiking neural network. |
| SpikingNeuron |
Base class for spike generating neurons in a
SpikingNeuralNet. |
Spiking neural networks implementation for Boone.
This package contains the classes that extend Boone to support spiking neural networks.