neurom.core.Population

class neurom.core.Population(neurons, name='Population')[source]

Bases: object

Neuron Population Class

Features:
  • flattened collection of neurites.
  • collection of somas, neurons.
  • iterable-like iteration over neurons.

Construct a neuron population

Parameters:
  • neurons – iterable of neuron objects.
  • name – Optional name for this Population.

Methods

__init__ Construct a neuron population