UniformGenerator
- class spikeometric.datasets.UniformGenerator(n_neurons: int, low: float, high: float, sparsity: float, rng=None)[source]
Bases:
spikeometric.datasets.connectivity_generator.ConnectivityGeneratorA dataset of connectivity matrices for networks of neurons, where each matrix is generated from a uniform distribution over the range [low, high] and then sparsified to the specified sparsity.