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

Packages that use NEFNode
ca.nengo.model.nef.impl   
ca.nengo.model.neuron.impl   
 

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

Methods in ca.nengo.model.nef.impl with parameters of type NEFNode
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.
 

Constructors in ca.nengo.model.nef.impl with parameters of type NEFNode
NEFEnsembleImpl(java.lang.String name, NEFNode[] nodes, float[][] encoders, ApproximatorFactory factory, float[][] evalPoints, float[] radii)
           
 

Uses of NEFNode in ca.nengo.model.neuron.impl
 

Classes in ca.nengo.model.neuron.impl that implement NEFNode
 class PlasticExpandableSpikingNeuron
          A SpikingNeuron with an ExpandableSynapticIntegrator that is Plastic.
 class SpikingNeuron
          A neuron model composed of a SynapticIntegrator and a SpikeGenerator.