Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 887 Bytes

general_network_features.rst

File metadata and controls

25 lines (19 loc) · 887 Bytes

GeneralNetworkFeatures

:py~uncertainpy.features.GeneralNetworkFeatures implements the preprocessing of spiketrains, and create NEO spiketrains, but does not implement any features in itself. This set of features require that the model returns the simulation end time and a list of spiketrains, which are the times a given neuron spikes. The :py~uncertainpy.features.GeneralNetworkFeatures.preprocess method changes the input given to the feature functions, and as such each network feature function has the following input arguments:

  1. End time of the simulation (end_time).
  2. A list of NEO spiketrains (spiketrains).

API Reference

uncertainpy.features.GeneralNetworkFeatures