Uses of Interface
ca.nengo.model.PlasticEnsemble

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

Uses of PlasticEnsemble in ca.nengo.model.nef
 

Subinterfaces of PlasticEnsemble in ca.nengo.model.nef
 interface DecodableEnsemble
          An Ensemble that produces output signals that mean something when taken together.
 interface NEFEnsemble
          A group of Nodes that represent a scalar, vector, or function, as characterized in Eliasmith & Anderson's Neural Engineering Framework.
 

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

Classes in ca.nengo.model.nef.impl that implement PlasticEnsemble
 class DecodableEnsembleImpl
          Default implementation of DecodableEnsemble.
 class NEFEnsembleImpl
          Default implementation of NEFEnsemble.