Nengo.ca

Package ca.nengo.model.impl

Interface Summary
NetworkArrayImpl.WeightFunc  
NodeFactory Produces Nodes.
 

Class Summary
AbstractEnsemble Abstract class that can be used as a basis for Ensemble implementations.
AbstractNode A base implementation of Node.
BasicOrigin A generic implementation of Origin.
BasicTermination A basic implementation of Termination with configurable dynamics and no special integrative features.
EnsembleImpl Default implementation of Ensemble.
EnsembleOrigin An Origin that is composed of the Origins of multiple Nodes.
EnsembleTermination A Termination that is composed of Terminations onto multiple Nodes.
FunctionInput A class to compute functions analytically and provide that input to other Nodes in a network.
LinearExponentialTermination A Termination at which incoming spikes induce exponentially decaying post-synaptic currents that are combined linearly.
NetworkArrayImpl Default implementation of Network Array.
NetworkImpl Default implementation of Network.
NoiseFactory Default additive Noise implementations.
NoiseFactory.NoiseImplFunction Note: there are no public setters here for the same reason as in NoiseImplPDF.
NoiseFactory.NoiseImplNull Zero additive Noise
NoiseFactory.NoiseImplPDF Note: setters are private, because Origins typically make copies for each output dimension, which would then not be updated with changes to the original.
PassthroughNode A Node that passes values through unaltered.
PassthroughNode.PassthroughTermination Termination that receives input unaltered.
PreciseSpikeOutputImpl A class for representing precise spike times.
ProbeableOrigin An Origin that obtains output from an underlying Probeable object.
ProjectionImpl Default implementation of Projection.
RealOutputImpl Default implementation of RealOutput.
SpikeOutputImpl Default implementation of SpikeOutput.
 


Nengo.ca