Uses of Interface
ca.nengo.model.Ensemble

Packages that use Ensemble
ca.nengo.model   
ca.nengo.model.impl   
ca.nengo.model.nef   
ca.nengo.model.nef.impl   
ca.nengo.util   
 

Uses of Ensemble in ca.nengo.model
 

Subinterfaces of Ensemble in ca.nengo.model
 interface PlasticEnsemble
           An extension of the default ensemble in which connection weights can be modified by a plasticity rule.
 

Uses of Ensemble in ca.nengo.model.impl
 

Classes in ca.nengo.model.impl that implement Ensemble
 class AbstractEnsemble
          Abstract class that can be used as a basis for Ensemble implementations.
 class EnsembleImpl
          Default implementation of Ensemble.
 class PlasticEnsembleImpl
          An extension of the default ensemble; connection weights can be modified by a plasticity rule.
 

Methods in ca.nengo.model.impl that return Ensemble
 Ensemble AbstractEnsemble.clone()
           
 Ensemble PlasticEnsembleImpl.clone()
           
 Ensemble EnsembleImpl.clone()
           
 

Uses of Ensemble in ca.nengo.model.nef
 

Subinterfaces of Ensemble 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 Ensemble in ca.nengo.model.nef.impl
 

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

Uses of Ensemble in ca.nengo.util
 

Methods in ca.nengo.util with parameters of type Ensemble
static SpikePattern DataUtils.sort(SpikePattern pattern, Ensemble ensemble)
          Attempts to sort a SpikePattern by properties of the associated neurons.