Uses of Class
ca.nengo.model.nef.impl.DecodedOrigin

Packages that use DecodedOrigin
ca.nengo.model.nef.impl   
ca.nengo.plot.impl   
 

Uses of DecodedOrigin in ca.nengo.model.nef.impl
 

Subclasses of DecodedOrigin in ca.nengo.model.nef.impl
 class BiasOrigin
          Part of a projection in which each of the Nodes making up an Ensemble is a source of only excitatory or inhibitory connections.
 

Methods in ca.nengo.model.nef.impl that return DecodedOrigin
 DecodedOrigin[] NEFEnsembleImpl.getDecodedOrigins()
          Used to get decoded origins to give to GPU.
 

Methods in ca.nengo.model.nef.impl with parameters of type DecodedOrigin
static float[][] NEFUtil.getOutput(DecodedOrigin origin, float[][] input, SimulationMode mode)
          Calculates an instantaneous input-output mapping for an ensemble.
 

Uses of DecodedOrigin in ca.nengo.plot.impl
 

Methods in ca.nengo.plot.impl with parameters of type DecodedOrigin
 void DefaultPlotter.doPlotMSE(NEFEnsemble ensemble, DecodedOrigin origin, java.lang.String name)