A B C D E F G H I J K L M N O P R S T U V W X Z

I

I(int) - Static method in class ca.nengo.util.MU
 
IconRegistry - Class in ca.nengo.config
A registry of graphical Icons that can be used for displaying Property values.
IdentityFunction - Class in ca.nengo.math.impl
Identity function on a particular dimension of input, ie f(x) = x_i, where i is a constant.
IdentityFunction(int, int) - Constructor for class ca.nengo.math.impl.IdentityFunction
 
IdentityFunction() - Constructor for class ca.nengo.math.impl.IdentityFunction
Defaults to one dimension.
IdentityFunctionTest - Class in ca.nengo.math.impl
 
IdentityFunctionTest() - Constructor for class ca.nengo.math.impl.IdentityFunctionTest
 
IMPLS_LOCATION_PROPERTY - Static variable in class ca.nengo.config.ClassRegistry
 
importAsMatrix(File) - Method in class ca.nengo.io.DelimitedFileExporter
Imports a delimited file as a matrix.
ImpulseIntegral - Class in ca.nengo.dynamics.impl
A tool for finding the integral of the impulse response of an LTI system.
ImpulseIntegral() - Constructor for class ca.nengo.dynamics.impl.ImpulseIntegral
 
ImpulseIntegralTest - Class in ca.nengo.dynamics.impl
Units tests for ImpulseIntegral.
ImpulseIntegralTest() - Constructor for class ca.nengo.dynamics.impl.ImpulseIntegralTest
 
IndependentDimensionApproximator - Class in ca.nengo.math.impl
A LinearApproximator for functions with no multidimensional nonlinearities.
IndependentDimensionApproximator(float[], float[][], int[], int, Function, float) - Constructor for class ca.nengo.math.impl.IndependentDimensionApproximator
 
IndependentDimensionApproximator.EncoderFactory - Class in ca.nengo.math.impl
A VectorGenerator for use with IndependentDimensionApproximator as an encoder factory.
IndependentDimensionApproximator.EncoderFactory(float) - Constructor for class ca.nengo.math.impl.IndependentDimensionApproximator.EncoderFactory
 
IndependentDimensionApproximator.EncoderFactory() - Constructor for class ca.nengo.math.impl.IndependentDimensionApproximator.EncoderFactory
Defaults to radius 1.
IndependentDimensionApproximator.EvalPointFactory - Class in ca.nengo.math.impl
A VectorGenerator for use with IndependentDimensionApproximator as an evaluation point factory.
IndependentDimensionApproximator.EvalPointFactory(float, int) - Constructor for class ca.nengo.math.impl.IndependentDimensionApproximator.EvalPointFactory
 
IndependentDimensionApproximator.Factory - Class in ca.nengo.math.impl
Factory for IndependentDimensionApproximators.
IndependentDimensionApproximator.Factory() - Constructor for class ca.nengo.math.impl.IndependentDimensionApproximator.Factory
 
IndependentDimensionApproximatorTest - Class in ca.nengo.math.impl
Unit tests for IndependentDimensionApproximator.
IndependentDimensionApproximatorTest() - Constructor for class ca.nengo.math.impl.IndependentDimensionApproximatorTest
 
IndexFinder - Interface in ca.nengo.util
Searches a monotonically increasing list of floating-point values for the largest one that is less than or equal to a requested value.
IndicatorPDF - Class in ca.nengo.math.impl
Uniform probability between upper and lower limits, zero elsewhere.
IndicatorPDF(float, float) - Constructor for class ca.nengo.math.impl.IndicatorPDF
 
IndicatorPDF(float) - Constructor for class ca.nengo.math.impl.IndicatorPDF
 
IndicatorPDFTest - Class in ca.nengo.math.impl
Unit tests for IndicatorPDF.
IndicatorPDFTest() - Constructor for class ca.nengo.math.impl.IndicatorPDFTest
 
initialize(Network) - Method in class ca.nengo.sim.impl.LocalSimulator
 
initialize(Network) - Method in interface ca.nengo.sim.Simulator
Initializes the Simulator with a given Network, after which changes to the Network MAY OR MAY NOT BE IGNORED.
insert(int, Object) - Method in class ca.nengo.config.impl.ListPropertyImpl
 
insert(int, Object) - Method in class ca.nengo.config.impl.TemplateArrayProperty
 
insert(int, Object) - Method in interface ca.nengo.config.ListProperty
 
insertValue(TreePath, Object) - Method in class ca.nengo.config.ui.ConfigurationTreeModel
 
InSpikeErrorFunction - Class in ca.nengo.model.plasticity.impl
A learning function that uses information from the ensemble to modulate the rate of synaptic change.
InSpikeErrorFunction(float[], float[][], float, float, float, float) - Constructor for class ca.nengo.model.plasticity.impl.InSpikeErrorFunction
Requires information from the post population to modulate learning.
InSpikeErrorFunction(float[], float[][]) - Constructor for class ca.nengo.model.plasticity.impl.InSpikeErrorFunction
Requires information from the post population to modulate learning.
InstantaneousOutput - Interface in ca.nengo.model
An output from an Origin at an instant in time.
IntegerHandler - Class in ca.nengo.config.handlers
ConfigurationHandler for Integer values.
IntegerHandler() - Constructor for class ca.nengo.config.handlers.IntegerHandler
 
integrate(DynamicalSystem, TimeSeries) - Method in class ca.nengo.dynamics.impl.EulerIntegrator
Linear interpolation is performed between given input points.
integrate(LTISystem) - Static method in class ca.nengo.dynamics.impl.ImpulseIntegral
 
integrate(DynamicalSystem, TimeSeries) - Method in class ca.nengo.dynamics.impl.RK45Integrator
 
integrate(DynamicalSystem, TimeSeries) - Method in interface ca.nengo.dynamics.Integrator
Integrates the given system over the time span defined by the input time series.
Integrator - Interface in ca.nengo.dynamics
A numerical integrator of ordinary differential equations.
IntegratorExample - Class in ca.nengo.examples
 
IntegratorExample() - Constructor for class ca.nengo.examples.IntegratorExample
 
INTERNEURON_SUFFIX - Static variable in class ca.nengo.model.nef.impl.NEFEnsembleImpl
 
interpolate(float[], float[], float) - Static method in class ca.nengo.math.impl.LinearCurveFitter.InterpolatedFunction
 
interpolate(float) - Method in class ca.nengo.util.impl.LinearInterpolatorND
 
interpolate(float) - Method in interface ca.nengo.util.Interpolator
 
interpolate(float) - Method in interface ca.nengo.util.InterpolatorND
 
Interpolator - Interface in ca.nengo.util
A tool for interpolating within a SCALAR time series (see also InterpolatorND for vector time series').
InterpolatorND - Interface in ca.nengo.util
A tool for interpolating within a VECTOR time series (see also Interpolator for scalar time series').
inUserInterface() - Static method in class ca.nengo.util.Environment
 
isCellEditable(EventObject) - Method in class ca.nengo.config.ui.ConfigurationTreeCellEditor
 
isChangeCancelled() - Method in class ca.nengo.config.ui.ConfigurationChangeListener
 
isChangeCommited() - Method in class ca.nengo.config.ui.ConfigurationChangeListener
 
isCollectingSpikes() - Method in interface ca.nengo.model.Ensemble
 
isCollectingSpikes() - Method in class ca.nengo.model.impl.AbstractEnsemble
 
isControllableCanonical(LTISystem) - Static method in class ca.nengo.dynamics.impl.CanonicalModel
 
isEnabled() - Method in class ca.nengo.model.nef.impl.BiasTermination
 
isFixedCardinality() - Method in class ca.nengo.config.impl.ListPropertyImpl
 
isFixedCardinality() - Method in class ca.nengo.config.impl.NamedValuePropertyImpl
 
isFixedCardinality() - Method in class ca.nengo.config.impl.SingleValuedPropertyImpl
 
isFixedCardinality() - Method in class ca.nengo.config.impl.TemplateArrayProperty
 
isFixedCardinality() - Method in class ca.nengo.config.impl.TemplateProperty
 
isFixedCardinality() - Method in interface ca.nengo.config.Property
 
isGPUNode() - Method in class ca.nengo.model.nef.impl.NEFEnsembleImpl
 
isInEnsemble() - Method in class ca.nengo.util.impl.ProbeImpl
 
isInEnsemble() - Method in interface ca.nengo.util.Probe
 
isLeaf(Object) - Method in class ca.nengo.config.ui.ConfigurationTreeModel
 
isMatrix(float[][]) - Static method in class ca.nengo.util.MU
 
isMultithreading() - Static method in class ca.nengo.util.impl.NodeThreadPool
 
isMutable() - Method in class ca.nengo.config.impl.AbstractProperty
 
isMutable() - Method in class ca.nengo.config.impl.ListPropertyImpl
 
isMutable() - Method in class ca.nengo.config.impl.NamedValuePropertyImpl
 
isMutable() - Method in interface ca.nengo.config.Property
 
isNamedAutomatically() - Method in class ca.nengo.config.impl.NamedValuePropertyImpl
 
isNamedAutomatically() - Method in interface ca.nengo.config.NamedValueProperty
 
IzhikevichSpikeGenerator - Class in ca.nengo.model.neuron.impl
From Izhikevich, 2003, the model is:
v' = 0.04v*v + 5v + 140 - u + I
u' = a(bv - u)
IzhikevichSpikeGenerator() - Constructor for class ca.nengo.model.neuron.impl.IzhikevichSpikeGenerator
Constructor using "default" parameters
IzhikevichSpikeGenerator(IzhikevichSpikeGenerator.Preset) - Constructor for class ca.nengo.model.neuron.impl.IzhikevichSpikeGenerator
 
IzhikevichSpikeGenerator(float, float, float, float) - Constructor for class ca.nengo.model.neuron.impl.IzhikevichSpikeGenerator
 
IzhikevichSpikeGenerator(float, float, float, float, float) - Constructor for class ca.nengo.model.neuron.impl.IzhikevichSpikeGenerator
 
IzhikevichSpikeGenerator.Preset - Enum in ca.nengo.model.neuron.impl
Preset parameter values corresponding to different cell types.
IzhikevichSpikeGeneratorTest - Class in ca.nengo.model.neuron.impl
Unit tests for IzhikevichSpikeGenerator.
IzhikevichSpikeGeneratorTest() - Constructor for class ca.nengo.model.neuron.impl.IzhikevichSpikeGeneratorTest
 

A B C D E F G H I J K L M N O P R S T U V W X Z