|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpikePattern | |
|---|---|
| ca.nengo.io | |
| ca.nengo.model | |
| ca.nengo.model.impl | |
| ca.nengo.plot | |
| ca.nengo.plot.impl | |
| ca.nengo.util | |
| ca.nengo.util.impl | |
| Uses of SpikePattern in ca.nengo.io |
|---|
| Methods in ca.nengo.io with parameters of type SpikePattern | |
|---|---|
void |
MatlabExporter.add(java.lang.String name,
SpikePattern pattern)
|
void |
DelimitedFileExporter.export(SpikePattern pattern,
java.io.File file)
Exports a SpikePattern as a matrix with spikes times of each neuron in a different row. |
| Uses of SpikePattern in ca.nengo.model |
|---|
| Methods in ca.nengo.model that return SpikePattern | |
|---|---|
SpikePattern |
Ensemble.getSpikePattern()
This method provides a means of efficiently storing the output of an Ensemble if the component Nodes have Origins that produce SpikeOutput. |
| Uses of SpikePattern in ca.nengo.model.impl |
|---|
| Methods in ca.nengo.model.impl that return SpikePattern | |
|---|---|
SpikePattern |
AbstractEnsemble.getSpikePattern()
|
| Uses of SpikePattern in ca.nengo.plot |
|---|
| Methods in ca.nengo.plot with parameters of type SpikePattern | |
|---|---|
abstract void |
Plotter.doPlot(SpikePattern pattern)
|
static void |
Plotter.plot(SpikePattern pattern)
Static convenience method for plotting a spike raster. |
| Method parameters in ca.nengo.plot with type arguments of type SpikePattern | |
|---|---|
abstract void |
Plotter.doPlot(java.util.List<TimeSeries> series,
java.util.List<SpikePattern> patterns,
java.lang.String title)
|
static void |
Plotter.plot(java.util.List<TimeSeries> series,
java.util.List<SpikePattern> patterns,
java.lang.String title)
Plots multiple TimeSeries and/or SpikePatterns together in the same plot. |
| Uses of SpikePattern in ca.nengo.plot.impl |
|---|
| Methods in ca.nengo.plot.impl with parameters of type SpikePattern | |
|---|---|
void |
DefaultPlotter.doPlot(SpikePattern pattern)
|
| Method parameters in ca.nengo.plot.impl with type arguments of type SpikePattern | |
|---|---|
void |
DefaultPlotter.doPlot(java.util.List<TimeSeries> series,
java.util.List<SpikePattern> patterns,
java.lang.String title)
|
| Uses of SpikePattern in ca.nengo.util |
|---|
| Methods in ca.nengo.util that return SpikePattern | |
|---|---|
SpikePattern |
SpikePattern.clone()
|
static SpikePattern |
DataUtils.sort(SpikePattern pattern,
Ensemble ensemble)
Attempts to sort a SpikePattern by properties of the associated neurons. |
static SpikePattern |
DataUtils.subset(SpikePattern pattern,
int[] indices)
Extracts spikes of selected neurons from a given SpikePattern. |
static SpikePattern |
DataUtils.subset(SpikePattern pattern,
int start,
int interval,
int end)
Extracts spikes of selected neurons from a given SpikePattern. |
| Methods in ca.nengo.util with parameters of type SpikePattern | |
|---|---|
static SpikePattern |
DataUtils.sort(SpikePattern pattern,
Ensemble ensemble)
Attempts to sort a SpikePattern by properties of the associated neurons. |
static SpikePattern |
DataUtils.subset(SpikePattern pattern,
int[] indices)
Extracts spikes of selected neurons from a given SpikePattern. |
static SpikePattern |
DataUtils.subset(SpikePattern pattern,
int start,
int interval,
int end)
Extracts spikes of selected neurons from a given SpikePattern. |
| Uses of SpikePattern in ca.nengo.util.impl |
|---|
| Classes in ca.nengo.util.impl that implement SpikePattern | |
|---|---|
class |
SpikePatternImpl
Default implementation of SpikePattern. |
| Methods in ca.nengo.util.impl that return SpikePattern | |
|---|---|
SpikePattern |
SpikePatternImpl.clone()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||