Description Usage Arguments Details Value Author(s) References See Also
This function creates the sample covariance matrices of multiple matrices created with or without the function SuperTrial.
1  | createAllSCM(list, n=8, st=T, tidy=FALSE, col=17)
 | 
list | 
 a list of matrices with a specific construction (if   | 
n | 
 a numeric value indicating how many SCM have to be computed.  | 
st | 
 boolean. If   | 
tidy | 
 option to remove specific channels. If   | 
col | 
 columns to be removed (when   | 
The initial list must have a specific construction: every list element has to be a list itself with two main elements, $epochs and $labels.
$epochs contains tensors with dimensions [n,c,t], where n are the number of epochs, c are the number of channels and t is the recording (epoch) length.
$labels contains the class of the epochs considered (i.e. target or non target).
It returns a list containing the sample covariance matrices computed.
Laura Masiero, email: laura.masiero.10@gmail.com
Barachant, Alexandre, Stéphane Bonnet, Marco Congedo e Christian Jutten (2012). "Multiclass brain-computer interface classification by Riemannian geometry". In: IEEE Transactions on Biomedical Engineering. issn: 00189294. doi: 10.1109/TBME.2011.2172210.
Barachant, Alexandre e Marco Congedo (2014). “A Plug&Play P300 BCI Using Information Geometry”. url: http://arxiv.org/abs/1409.0107.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.