Neuron - Overdrive77/BioSynapStudio-Public GitHub Wiki
Represents a fully functional synthetic neuron with an integrated soma, axon hillock, and synaptic output.
BioSynapStudio.Net.Core
BioSynapStudio.Net.Core.dll
The Neuron
class builds upon the Soma
base by adding access to its axonal output. It provides a list of output synapses via the axon terminal, enabling connectivity between neurons in a network.
Identity
↳ Membrane
↳ Soma
↳ Neuron
Initializes a new neuron with its Name
set to "Neuron"
and default electrical configuration.
var neuron = new Neuron();
Name | Type | Description |
---|---|---|
Synapses |
List<Synapse> |
Output synapses originating from this neuron's axon terminal. |
This class serves as the primary simulation unit in BioSynapStudio. It encapsulates all membrane, dendritic, and axonal components needed for realistic neuron behavior, and interfaces cleanly with neural networks and spike propagation.
Legal Notice This software constitutes original intellectual property of the author, protected under international copyright and patent law. Patent: GB2506327.2 – Synthesized Emotional Cognition (SEC) DOI: 10.17605/OSF.IO/XERKF