Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
P
paintIcon(Component, Graphics, int, int)
- Method in class ca.nengo.plot.
SolidColorIcon
parse(String, int)
- Method in interface ca.nengo.math.
FunctionInterpreter
Parses a mathematical expression into a Function instance.
parse(String, int)
- Method in class ca.nengo.math.impl.
DefaultFunctionInterpreter
PassthroughNode
- Class in
ca.nengo.model.impl
A Node that passes values through unaltered.
PassthroughNode(String, int)
- Constructor for class ca.nengo.model.impl.
PassthroughNode
Constructor for a simple passthrough with single input.
PassthroughNode(String, int, Map<String, float[][]>)
- Constructor for class ca.nengo.model.impl.
PassthroughNode
Constructor for a summing junction with multiple inputs.
PassthroughNode.PassthroughTermination
- Class in
ca.nengo.model.impl
PassthroughNode.PassthroughTermination(Node, String, int)
- Constructor for class ca.nengo.model.impl.
PassthroughNode.PassthroughTermination
PassthroughNode.PassthroughTermination(Node, String, int, float[][])
- Constructor for class ca.nengo.model.impl.
PassthroughNode.PassthroughTermination
PassthroughNodeTest
- Class in
ca.nengo.model.impl
Unit tests for PassthroughNode.
PassthroughNodeTest()
- Constructor for class ca.nengo.model.impl.
PassthroughNodeTest
PDF
- Interface in
ca.nengo.math
Probability density function.
PDFTools
- Class in
ca.nengo.math
Convenience methods for using PDFs.
PDFTools()
- Constructor for class ca.nengo.math.
PDFTools
PiecewiseConstantFunction
- Class in
ca.nengo.math.impl
A one-dimensional function for which the output is constant between a finite number of discontinuities.
PiecewiseConstantFunction(float[], float[])
- Constructor for class ca.nengo.math.impl.
PiecewiseConstantFunction
PiecewiseConstantFunctionTest
- Class in
ca.nengo.math.impl
PiecewiseConstantFunctionTest()
- Constructor for class ca.nengo.math.impl.
PiecewiseConstantFunctionTest
PlasticEnsemble
- Interface in
ca.nengo.model
An extension of the default ensemble in which connection weights can be modified by a plasticity rule.
PlasticEnsembleImpl
- Class in
ca.nengo.model.impl
An extension of the default ensemble; connection weights can be modified by a plasticity rule.
PlasticEnsembleImpl(String, Node[])
- Constructor for class ca.nengo.model.impl.
PlasticEnsembleImpl
PlasticEnsembleImpl(String, NodeFactory, int)
- Constructor for class ca.nengo.model.impl.
PlasticEnsembleImpl
PlasticEnsembleTermination
- Class in
ca.nengo.model.impl
A Termination that is composed of Terminations onto multiple Nodes.
PlasticEnsembleTermination(Node, String, LinearExponentialTermination[])
- Constructor for class ca.nengo.model.impl.
PlasticEnsembleTermination
PlasticityRule
- Interface in
ca.nengo.model.plasticity
Specifies how the termination weights of a PlasticEnsemble are modified depending on presynaptic and postsynaptic state.
PlasticTermination
- Interface in
ca.nengo.model
Plasticity rules apply to terminations.
plot(TimeSeries, String)
- Static method in class ca.nengo.plot.
Plotter
Static convenience method for producing a TimeSeries plot.
plot(TimeSeries, float, String)
- Static method in class ca.nengo.plot.
Plotter
As plot(TimeSeries) but series is filtered before plotting.
plot(TimeSeries, TimeSeries, String)
- Static method in class ca.nengo.plot.
Plotter
Plots ideal and actual TimeSeries' together.
plot(List<TimeSeries>, List<SpikePattern>, String)
- Static method in class ca.nengo.plot.
Plotter
Plots multiple TimeSeries and/or SpikePatterns together in the same plot.
plot(TimeSeries, TimeSeries, float, String)
- Static method in class ca.nengo.plot.
Plotter
Plots ideal and actual TimeSeries' together, with each series filtered before plotting.
plot(NEFEnsemble, String)
- Static method in class ca.nengo.plot.
Plotter
Static convenience method for producing a decoding error plot of an NEFEnsemble origin.
plot(NEFEnsemble)
- Static method in class ca.nengo.plot.
Plotter
Static convenience method for producing a plot of CONSTANT_RATE responses over range of inputs.
plot(SpikePattern)
- Static method in class ca.nengo.plot.
Plotter
Static convenience method for plotting a spike raster.
plot(Function, float, float, float, String)
- Static method in class ca.nengo.plot.
Plotter
Static convenience method for plotting a Function.
plot(float[], String)
- Static method in class ca.nengo.plot.
Plotter
Static convenience method for plotting a vector.
plot(float[], float[], String)
- Static method in class ca.nengo.plot.
Plotter
Static convenience method for plotting a vector.
Plotter
- Class in
ca.nengo.plot
Factory for frequently-used plots.
Plotter()
- Constructor for class ca.nengo.plot.
Plotter
PlotterFunctional
- Class in
ca.nengo.plot
Functional test of Plotter
PlotterFunctional()
- Constructor for class ca.nengo.plot.
PlotterFunctional
pnorm(float[], int)
- Static method in class ca.nengo.util.
MU
PoissonPDF
- Class in
ca.nengo.math.impl
A Poisson distribution.
PoissonPDF(float)
- Constructor for class ca.nengo.math.impl.
PoissonPDF
PoissonPDFTest
- Class in
ca.nengo.math.impl
Unit tests for PoissonPDF.
PoissonPDFTest(String)
- Constructor for class ca.nengo.math.impl.
PoissonPDFTest
PoissonSpikeGenerator
- Class in
ca.nengo.model.neuron.impl
A phenomenological SpikeGenerator that produces spikes according to a Poisson process with a rate that varies as a function of current.
PoissonSpikeGenerator(Function)
- Constructor for class ca.nengo.model.neuron.impl.
PoissonSpikeGenerator
PoissonSpikeGenerator()
- Constructor for class ca.nengo.model.neuron.impl.
PoissonSpikeGenerator
Uses a default sigmoid rate function
PoissonSpikeGenerator.LinearFactory
- Class in
ca.nengo.model.neuron.impl
Creates PoissonSpikeGenerators with linear response functions.
PoissonSpikeGenerator.LinearFactory()
- Constructor for class ca.nengo.model.neuron.impl.
PoissonSpikeGenerator.LinearFactory
PoissonSpikeGenerator.LinearNeuronFactory
- Class in
ca.nengo.model.neuron.impl
A factory for neurons with linear or rectified linear response functions.
PoissonSpikeGenerator.LinearNeuronFactory(PDF, PDF, boolean)
- Constructor for class ca.nengo.model.neuron.impl.
PoissonSpikeGenerator.LinearNeuronFactory
PoissonSpikeGenerator.SigmoidFactory
- Class in
ca.nengo.model.neuron.impl
PoissonSpikeGenerator.SigmoidFactory()
- Constructor for class ca.nengo.model.neuron.impl.
PoissonSpikeGenerator.SigmoidFactory
PoissonSpikeGenerator.SigmoidNeuronFactory
- Class in
ca.nengo.model.neuron.impl
A factory for neurons with sigmoid response functions.
PoissonSpikeGenerator.SigmoidNeuronFactory(PDF, PDF, PDF)
- Constructor for class ca.nengo.model.neuron.impl.
PoissonSpikeGenerator.SigmoidNeuronFactory
Neurons from this factory will have Poisson firing rates that are sigmoidal functions of current.
Polynomial
- Class in
ca.nengo.math.impl
A one-dimensional polynomial Function.
Polynomial(float[])
- Constructor for class ca.nengo.math.impl.
Polynomial
PolynomialCurveFitter
- Class in
ca.nengo.math.impl
A least-squares polynomial CurveFitter.
PolynomialCurveFitter(int)
- Constructor for class ca.nengo.math.impl.
PolynomialCurveFitter
PolynomialCurveFitterTest
- Class in
ca.nengo.math.impl
PolynomialCurveFitterTest()
- Constructor for class ca.nengo.math.impl.
PolynomialCurveFitterTest
PolynomialTest
- Class in
ca.nengo.math.impl
PolynomialTest()
- Constructor for class ca.nengo.math.impl.
PolynomialTest
PostfixFunction
- Class in
ca.nengo.math.impl
A Function based on a mathematical expression and on other functions.
PostfixFunction(List<Serializable>, String, int)
- Constructor for class ca.nengo.math.impl.
PostfixFunction
PostfixFunction(String, int)
- Constructor for class ca.nengo.math.impl.
PostfixFunction
PostfixFunctionTest
- Class in
ca.nengo.math.impl
Unit tests for PostfixFunction.
PostfixFunctionTest()
- Constructor for class ca.nengo.math.impl.
PostfixFunctionTest
PreciseSpikeOutput
- Interface in
ca.nengo.model
InstantaneousOutput consisting of spikes and the time since they occurred.
PreciseSpikeOutputImpl
- Class in
ca.nengo.model.impl
PreciseSpikeOutputImpl(float[], Units, float)
- Constructor for class ca.nengo.model.impl.
PreciseSpikeOutputImpl
Probe
- Interface in
ca.nengo.util
Reads state variables from Probeable objects (eg membrane potential from a Neuron).
Probeable
- Interface in
ca.nengo.model
An object that can be probed for a history of its state OVER THE MOST RECENT NETWORK TIME STEP.
ProbeableOrigin
- Class in
ca.nengo.model.impl
An Origin that obtains output from an underlying Probeable object.
ProbeableOrigin(Node, Probeable, String, int, String)
- Constructor for class ca.nengo.model.impl.
ProbeableOrigin
ProbeableOriginTest
- Class in
ca.nengo.model.impl
Unit tests for Probeable Origin.
ProbeableOriginTest()
- Constructor for class ca.nengo.model.impl.
ProbeableOriginTest
ProbeImpl
- Class in
ca.nengo.util.impl
Collects information from
Probeable
objects.
ProbeImpl()
- Constructor for class ca.nengo.util.impl.
ProbeImpl
processEvent(SimulatorEvent)
- Method in interface ca.nengo.sim.
SimulatorListener
prod(float[], float)
- Static method in class ca.nengo.util.
MU
prod(float[], float[])
- Static method in class ca.nengo.util.
MU
prod(float[][], float[])
- Static method in class ca.nengo.util.
MU
prod(float[][], float[][])
- Static method in class ca.nengo.util.
MU
prod(float[][], float)
- Static method in class ca.nengo.util.
MU
prodElementwise(float[], float[])
- Static method in class ca.nengo.util.
MU
prodElementwise(float[][], float[][])
- Static method in class ca.nengo.util.
MU
Projection
- Interface in
ca.nengo.model
A connection between an Origin and a Termination.
ProjectionImpl
- Class in
ca.nengo.model.impl
Default implementation of
Projection
.
ProjectionImpl(Origin, Termination, Network)
- Constructor for class ca.nengo.model.impl.
ProjectionImpl
ProjectionImplTest
- Class in
ca.nengo.model.impl
Unit tests for ProjectionImpl.
ProjectionImplTest()
- Constructor for class ca.nengo.model.impl.
ProjectionImplTest
ProjectionImplTest.MockOrigin
- Class in
ca.nengo.model.impl
ProjectionImplTest.MockOrigin(String, int)
- Constructor for class ca.nengo.model.impl.
ProjectionImplTest.MockOrigin
ProjectionImplTest.MockTermination
- Class in
ca.nengo.model.impl
ProjectionImplTest.MockTermination(String, int)
- Constructor for class ca.nengo.model.impl.
ProjectionImplTest.MockTermination
Property
- Interface in
ca.nengo.config
An element of a Configuration; wraps some property of an object (eg a bean-pattern property).
propertyChange(String, Object)
- Method in class ca.nengo.model.impl.
PassthroughNode.PassthroughTermination
propertyChange(String, Object)
- Method in class ca.nengo.model.impl.
ProjectionImplTest.MockTermination
pseudoInverse(double[][], float, int)
- Method in class ca.nengo.math.impl.
WeightedCostApproximator
Override this method to use a different pseudoinverse implementation (eg clustered).
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z