Uses of Interface
ca.nengo.model.nef.NEFEnsemble

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

Uses of NEFEnsemble in ca.nengo.model.nef
 

Methods in ca.nengo.model.nef that return NEFEnsemble
 NEFEnsemble NEFEnsembleFactory.make(java.lang.String name, int n, float[] radii)
           
 NEFEnsemble NEFEnsembleFactory.make(java.lang.String name, int n, float[] radii, java.lang.String storageName, boolean overwrite)
          Loads an NEFEnsemble, or creates and saves it.
 NEFEnsemble NEFEnsembleFactory.make(java.lang.String name, int n, int dim)
           
 NEFEnsemble NEFEnsembleFactory.make(java.lang.String name, int n, int dim, java.lang.String storageName, boolean overwrite)
          Loads an NEFEnsemble, or creates and saves it.
 

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

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

Methods in ca.nengo.model.nef.impl that return NEFEnsemble
 NEFEnsemble NEFEnsembleImpl.clone()
           
 NEFEnsemble BiasOrigin.getInterneurons()
           
 NEFEnsemble NEFEnsembleFactoryImpl.make(java.lang.String name, int n, float[] radii)
           
 NEFEnsemble NEFEnsembleFactoryImpl.make(java.lang.String name, int n, float[] radii, java.lang.String storageName, boolean overwrite)
           
 NEFEnsemble NEFEnsembleFactoryImpl.make(java.lang.String name, int n, int dim)
           
 NEFEnsemble NEFEnsembleFactoryImpl.make(java.lang.String name, int n, int dim, java.lang.String storageName, boolean overwrite)
           
 

Constructors in ca.nengo.model.nef.impl with parameters of type NEFEnsemble
BiasOrigin(NEFEnsemble ensemble, java.lang.String name, Node[] nodes, java.lang.String nodeOrigin, float[][] constantOutputs, int numInterneurons, boolean excitatory)
           
 

Uses of NEFEnsemble in ca.nengo.plot
 

Methods in ca.nengo.plot with parameters of type NEFEnsemble
abstract  void Plotter.doPlot(NEFEnsemble ensemble)
           
abstract  void Plotter.doPlot(NEFEnsemble ensemble, java.lang.String origin)
           
static void Plotter.plot(NEFEnsemble ensemble)
          Static convenience method for producing a plot of CONSTANT_RATE responses over range of inputs.
static void Plotter.plot(NEFEnsemble ensemble, java.lang.String origin)
          Static convenience method for producing a decoding error plot of an NEFEnsemble origin.
 

Uses of NEFEnsemble in ca.nengo.plot.impl
 

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