Package mosaic.sim.neuron.netoutputs

Interface Summary
MatrixOutputListener This interface must be implemented by objects that want to receive the real numbered, two-dimensional matrices computed by the network.
VectorOutputListener This interface must be implemented by objects that want to receive the real numbered, one-dimensional vectors computed by the network.
 

Class Summary
ImageOutput This class receives vector or matrix output events from some spike decoder and transforms the values into an image, which is immediately saved in the file given to the constructor.
OutputFilter This class is a decorator for output listeners, enabling the filtering of output events: - first of all, it can pass only the first event and filter out all subsequent ones - secondly, events can be forwarded when the have reached an equilibrium, i.e. they do not change anymore within a given error range The constructor intializes the filter.
TemporalCodedOutput This class implements a system output class.