single_cell_parsernetworkNetworkMapperreconnect_saved_synapses

NetworkMapper.reconnect_saved_synapses

single_cell_parser.network.NetworkMapper.reconnect_saved_synapses(synInfoName, synWeightName=None, include_silent_synapses=False)

Set up a network from a saved Synapse activation file.

This method does not only create the synapse locations from previously saved files, but also activates them according to the saved activation times. This is in contrast to e.g. create_saved_network2(), which generates the activations from scratch.

Parameters:
  • synInfoName (str) – Name of the Synapse activation file.

  • synWeightName (str, optional) – Name of the file containing the synapse weights. Default: None.

  • include_silent_synapses – Also create synapses that were not active. This maintains the synapse id, but maybe slightly slower.

Deprecated since version 0.1: The synWeightName argument is deprecated.