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, 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()
           
protected  NEFEnsemble NEFEnsembleFactoryImpl.construct(java.lang.String name, NEFNode[] nodes, float[][] encoders, ApproximatorFactory af, float[][] evalPoints, float[] radii)
          This method is exposed so that it can be over-ridden to change behaviour.
 NEFEnsemble BiasOrigin.getInterneurons()
           
 NEFEnsemble NEFEnsembleFactoryImpl.make(java.lang.String name, int n, float[] radii)
           
 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)
           
 

Methods in ca.nengo.model.nef.impl with parameters of type NEFEnsemble
protected  void NEFEnsembleFactoryImpl.addDefaultOrigins(NEFEnsemble ensemble)
          Adds standard decoded Origins to the given NEFEnsemble This method is exposed so that it can be over-ridden to change behaviour.
 

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)