Uses of Interface
ca.nengo.model.Ensemble

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

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.
 

Methods in ca.nengo.model.impl that return Ensemble
 Ensemble AbstractEnsemble.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.