mosaic.sim.neuron.netoutputs
Interface VectorOutputListener

All Known Implementing Classes:
OutputFilter, ImageOutput

public interface VectorOutputListener

This interface must be implemented by objects that want to receive the real numbered, one-dimensional vectors computed by the network. The object receives an event whenever an output cycle is complete and the real numbered output values have been computed. Note that these output events are generated by some Spike decoder.

See Also:
MatrixOutputListener

Method Summary
 void outputEvent(double[] vector)
          Receive the system output as a real numbered vector.
 

Method Detail

outputEvent

public void outputEvent(double[] vector)
Receive the system output as a real numbered vector.
Parameters:
vector - The real numbered values corresponding to the spike series using the respective coding scheme implemented by the Spike decoder.