mosaic.sim.neuron.netoutputs
Interface MatrixOutputListener
- All Known Implementing Classes:
- OutputFilter, ImageOutput
- public interface MatrixOutputListener
This interface must be implemented by objects that want to receive the
real numbered, two-dimensional matrices 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:
VectorOutputListener
Method Summary |
void |
outputEvent(double[][] matrix)
Receive the system output as a real numbered matrix. |
outputEvent
public void outputEvent(double[][] matrix)
- Receive the system output as a real numbered matrix.
- Parameters:
matrix
- The real numbered values corresponding to the spike series
using the respective coding scheme implemented by the
Spike decoder.