|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Probe | |
|---|---|
| ca.nengo.model.nef | |
| ca.nengo.model.nef.impl | |
| ca.nengo.plot | |
| ca.nengo.sim | |
| ca.nengo.sim.impl | |
| ca.nengo.util.impl | |
| Uses of Probe in ca.nengo.model.nef |
|---|
| Methods in ca.nengo.model.nef with parameters of type Probe | |
|---|---|
Origin |
DecodableEnsemble.addDecodedOrigin(java.lang.String name,
Function[] functions,
java.lang.String nodeOrigin,
Network environment,
Probe probe,
float startTime,
float endTime)
Adds an Origin that corresponds to a decoding of the activities of Nodes in this Ensemble. |
Origin |
DecodableEnsemble.addDecodedOrigin(java.lang.String name,
Function[] functions,
java.lang.String nodeOrigin,
Network environment,
Probe probe,
Termination termination,
float[][] evalPoints,
float transientTime)
Adds an Origin that corresponds to a decoding of the activities of Nodes in this Ensemble. |
| Uses of Probe in ca.nengo.model.nef.impl |
|---|
| Methods in ca.nengo.model.nef.impl with parameters of type Probe | |
|---|---|
Origin |
DecodableEnsembleImpl.addDecodedOrigin(java.lang.String name,
Function[] functions,
java.lang.String nodeOrigin,
Network environment,
Probe probe,
float startTime,
float endTime)
|
Origin |
DecodableEnsembleImpl.addDecodedOrigin(java.lang.String name,
Function[] functions,
java.lang.String nodeOrigin,
Network environment,
Probe probe,
Probe state,
float startTime,
float endTime,
float tau)
|
Origin |
DecodableEnsembleImpl.addDecodedOrigin(java.lang.String name,
Function[] functions,
java.lang.String nodeOrigin,
Network environment,
Probe probe,
Termination termination,
float[][] evalPoints,
float transientTime)
|
| Uses of Probe in ca.nengo.plot |
|---|
| Constructors in ca.nengo.plot with parameters of type Probe | |
|---|---|
Scope(Probe probe_)
|
|
| Uses of Probe in ca.nengo.sim |
|---|
| Methods in ca.nengo.sim that return Probe | |
|---|---|
Probe |
Simulator.addProbe(java.lang.String ensembleName,
int neuronIndex,
java.lang.String state,
boolean record)
|
Probe |
Simulator.addProbe(java.lang.String ensembleName,
Probeable target,
java.lang.String state,
boolean record)
|
Probe |
Simulator.addProbe(java.lang.String nodeName,
java.lang.String state,
boolean record)
|
Probe[] |
Simulator.getProbes()
|
| Methods in ca.nengo.sim with parameters of type Probe | |
|---|---|
void |
Simulator.removeProbe(Probe probe)
|
| Uses of Probe in ca.nengo.sim.impl |
|---|
| Methods in ca.nengo.sim.impl that return Probe | |
|---|---|
Probe |
LocalSimulator.addProbe(java.lang.String ensembleName,
int neuronIndex,
java.lang.String state,
boolean record)
|
Probe |
LocalSimulator.addProbe(java.lang.String ensembleName,
Probeable target,
java.lang.String state,
boolean record)
|
Probe |
LocalSimulator.addProbe(java.lang.String nodeName,
java.lang.String state,
boolean record)
|
Probe[] |
LocalSimulator.getProbes()
|
| Methods in ca.nengo.sim.impl with parameters of type Probe | |
|---|---|
void |
LocalSimulator.removeProbe(Probe probe)
|
| Uses of Probe in ca.nengo.util.impl |
|---|
| Classes in ca.nengo.util.impl that implement Probe | |
|---|---|
class |
ProbeImpl
Collects information from Probeable objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||