simrunmodular_reduced_model_inferencedata_extractor

data_extractor

Extract and parse data from databases.

Data extractors initialize from ReducedModel objects. Depending on the reduced model object, the data extractors fetch data from the database and return it in a structured way. These data extractors are specific to match a simrun.modular_reduced_model_inference.Strategy object. For example, the spatiotemporal raised cosine strategy requires to bin the synapse activations spatiotemporally. This is then handled with the DataExtractor_spatiotemporalSynapseActivation class.

Classes

DataExtractor_spatiotemporalSynapseActivation

Extracts matrix of the shape (trial, time, space) from spatiotemporal synapse activation binning