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

Packages that use DecodedTermination
ca.nengo.model.nef   
ca.nengo.model.nef.impl   
 

Uses of DecodedTermination in ca.nengo.model.nef
 

Methods in ca.nengo.model.nef with parameters of type DecodedTermination
 BiasTermination[] NEFEnsemble.addBiasTerminations(DecodedTermination baseTermination, float interneuronTauPSC, float[][] biasDecoder, float[][] functionDecoders)
          Adds BiasTerminations, which are meant to receive projections from BiasOrigins.
 

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

Subclasses of DecodedTermination in ca.nengo.model.nef.impl
 class BiasTermination
           
 

Methods in ca.nengo.model.nef.impl that return DecodedTermination
 DecodedTermination DecodedTermination.getScaling()
           
 

Methods in ca.nengo.model.nef.impl with parameters of type DecodedTermination
 BiasTermination[] NEFEnsembleImpl.addBiasTerminations(DecodedTermination baseTermination, float interneuronTauPSC, float[][] biasDecoders, float[][] functionDecoders)
           
 void BiasOrigin.optimizeInterneuronDomain(DecodedTermination interneuronTermination, DecodedTermination biasTermination)
          This method adjusts the interneuron channel so that the interneurons are tuned to the range of values that is output by the bias function.
 void DecodedTermination.setScaling(DecodedTermination t)