Nengo.ca

ca.nengo.model
Interface RealOutput

All Superinterfaces:
java.lang.Cloneable, InstantaneousOutput, java.io.Serializable
All Known Implementing Classes:
RealOutputImpl

public interface RealOutput
extends InstantaneousOutput

Instantaneous output consisting of continuous quantities (e.g. firing rates or represented variables).


Method Summary
 float[] getValues()
           
 
Methods inherited from interface ca.nengo.model.InstantaneousOutput
clone, getDimension, getTime, getUnits
 

Method Detail

getValues

float[] getValues()
Returns:
Instantaneous activity within real-valued channels. A real-valued channel could correspond to an axon, a lumped group of axons, a gap-junctional connection, the concentration of some substance in inter-cellular space, etc. Alternatively, each value can correspond to the decoded estimate of one dimension in a vector that is represented by activity in an NEFEnsemble, or to some function thereof.

Nengo.ca