projection namespace

The projection namespace contains the creators, synapse_generators, and parameters_generators namespaces.

The namespace also implements the connect_populations function to link two projections. As a result, the function creates a projection connecting these two populations and adds it to the neural network object. Use this function to link two populations with one of the following images:

creators namespace

The creators namespace implements functions for generating synapse projections. The namespace provides the following functions:

synapse_generators namespace

The synapse_generators namespace implements functions and interfaces for generating synapses. The namespace provides the following functions and interfaces:

parameters_generators namespaces

The namespace implements the default_synapse_gen function and the CopySynapseGen class. The default_synapse_gen function generates a synapse with the default attribute values. The CopySynapseGen class implements a synapse generator that copies attributes from a given synapse.

Page top