Uses of Class
org.neuroml.model.SpikeGeneratorPoisson
-
Uses of SpikeGeneratorPoisson in org.neuroml.model
Modifier and TypeClassDescriptionclass
Generator of spikes whose ISI distribution is the maximum entropy distribution over [ **minimumISI,** +infinity ) with mean: 1 / **averageRate** \n :param minimumISI: The minimum interspike interval :type minimumISI: time :param averageRate: The average rate at which spikes are emitted :type averageRate: per_timeModifier and TypeFieldDescriptionprotected List<SpikeGeneratorPoisson>
NeuroMLDocument.spikeGeneratorPoisson
Modifier and TypeMethodDescriptionObjectFactory.createSpikeGeneratorPoisson()
Create an instance ofSpikeGeneratorPoisson
Modifier and TypeMethodDescriptionNeuroMLDocument.getSpikeGeneratorPoisson()
Gets the value of the spikeGeneratorPoisson property.