Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

Riemann (version 0.1.4)

ERP: Data : EEG Covariances for Event-Related Potentials

Description

This dataset delivers 216 covariance matrices from EEG ERPs with 4 different known classes by types of sources. Among 60 channels, only 32 channels are taken and sample covariance matrix is computed for each participant. The data is taken from a Python library mne's sample data.

Usage

data(ERP)

Arguments

Format

a named list containing

covariance

an \((32\times 32\times 216)\) array of covariance matrices.

label

a length-\(216\) factor of 4 different classes.

See Also

wrap.spd

Examples

Run this code
# NOT RUN {
## LOAD THE DATA AND WRAP AS RIEMOBJ
data(ERP)
myriem = wrap.spd(ERP$covariance)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab