Functions for event segmentation or modeling of dataset.
Functions
| eventrelated_dataset(ds, events[, ...]) | Segment a dataset by modeling events. |
| find_events(**kwargs) | Detect changes in multiple synchronous sequences. |
| value2idx(val, x[, solv]) | Convert a value into an index of the closes matching array element. |
Classes
| BoxcarMapper(startpoints, boxlength[, offset]) | Mapper to combine multiple samples into a single sample. |
| Dataset(samples[, sa, fa, a]) | Generic storage class for datasets with multiple attributes. |
| Event(**kwargs) | Simple class to define properties of an event. |
| FlattenMapper([shape, maxdims]) | Reshaping mapper that flattens multidimensional arrays into 1D vectors. |
mvpa2.datasets.eventrelated.eventrelated_dataset
Enter search terms or a module, class or function name.