Uses of Class
org.neuroml.model.SpikeGeneratorPoisson
Packages that use SpikeGeneratorPoisson
-
Uses of SpikeGeneratorPoisson in org.neuroml.model
Subclasses of SpikeGeneratorPoisson in org.neuroml.modelModifier 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_timeFields in org.neuroml.model with type parameters of type SpikeGeneratorPoissonModifier and TypeFieldDescriptionprotected List<SpikeGeneratorPoisson>
NeuroMLDocument.spikeGeneratorPoisson
Methods in org.neuroml.model that return SpikeGeneratorPoissonModifier and TypeMethodDescriptionObjectFactory.createSpikeGeneratorPoisson()
Create an instance ofSpikeGeneratorPoisson
Methods in org.neuroml.model that return types with arguments of type SpikeGeneratorPoissonModifier and TypeMethodDescriptionNeuroMLDocument.getSpikeGeneratorPoisson()
Gets the value of the spikeGeneratorPoisson property.