Nengo.ca

Package ca.nengo.util

Interface Summary
IndexFinder Searches a monotonically increasing list of floating-point values for the largest one that is less than or equal to a requested value.
Interpolator A tool for interpolating within a SCALAR time series (see also InterpolatorND for vector time series').
InterpolatorND A tool for interpolating within a VECTOR time series (see also Interpolator for scalar time series').
Probe Reads state variables from Probeable objects (eg membrane potential from a Neuron).
SpikePattern A temporal pattern of spiking in an Ensemble.
TaskSpawner A node that uses ThreadTasks.
ThreadTask Any task in a Network that can be run independently but belongs to a specific part of the Network.
TimeSeries A series of vector values at ordered points in time.
TimeSeries1D A TimeSeries that consists of 1-dimensional values, with convenience methods for accessing 1D values and units.
VectorGenerator A tool for generating sets of uniformly or randomly distributed vectors.
VisiblyMutable An object that fires an event when its properties change in such a way that it expects the user interface to display it differently.
VisiblyMutable.Event Encapsulates a change to a VisiblyMutable object.
VisiblyMutable.Listener A listener for changes to a VisiblyMutable object.
VisiblyMutable.NameChangeEvent Encapsulates a change in the name of a VisiblyMutable object.
VisiblyMutable.NodeRemovedEvent Encapsulates a "node removed" change in the VisiblyMutable object.
 

Class Summary
ClassUtils Class-related utility methods.
DataUtils Tools manipulating TimeSeries and SpikePattern data.
Environment Provides information about the context in which the code is running.
Memory Internal tools for checking memory usage.
MU "Matrix Utilities".
MU.MatrixExpander A tool for growing matrices (similar to java.util.List).
MU.VectorExpander A tool for growing vectors (similar to java.util.List).
VisiblyMutableUtils Utility methods for VisiblyMutable objects.
 

Exception Summary
ScriptGenException  
 


Nengo.ca