Package mosaic.sim.neuron.netinputs

Interface Summary
MatrixInputCoder This is an interface for giving a two-dimensional matrix of real numbered values to the network.
VectorInputCoder This is an interface for giving a one-dimensional vector of real numbered values to the network.
 

Class Summary
ImageInput This class reads an image and converts it to either a one-dimensional vector of dimension height*width or a two-dimensional matrix of dimension [height, width].
RandomSpikeSource This class implements a random spike source with a configurable maximum interval between two emitted spikes.
RateCodedInputSingle This class implements a single spike source using rate coding.
RateCodedInputVector This class implements a spike source using rate coding.
TemporalCodedInput This class implements a spike source using temporal coding.