![]() |
Multivariate Pattern Analysis in Python |
Dataset handling data structured in channels.
The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.datasets.channel (for developers).
Bases: mvpa.datasets.mapped.MappedDataset
Dataset handling data structured into channels.
Channels are assumes to contain several timepoints, thus this Dataset stores some additional properties (reference time t0, temporal distance of two timepoints dt and channelids (names)).
Initialize ChannelDataset.
Parameters: |
|
---|
Substract mean baseline signal from the each timepoint.
The baseline is determined by computing the mean over all timepoints specified by t.
The samples of the dataset are modified in-place and nothing is returned.
Parameters: |
|
---|
See also
Derived classes might provide additional methods via their base classes. Please refer to the list of base classes (if it exists) at the begining of the ChannelDataset documentation.
Full API documentation of ChannelDataset in module mvpa.datasets.channel.