Classification analysis for the BCIAUT clinical trial - a P300-based Brain-Computer Interface for training joint-attention in autism spectrum disorder.
Classification is performed with toolbox PRTools (version 5.3.3) (copy in lib folder). WiSARD implementation from WiSARD_matlab is used (copy in lib folder).
Setup configs using
configs = getConfigs();
Specify a subject and session
configs.subject = X;
configs.session = Y;
Compute model used in BCIAUT clinical trial
base_models = computeBaseModels(configs);
Compute new models using the same filters
new_models = computeNewModels(configs, base_models);
November 2017 Creators Marco Simoes ([email protected]) and Carlos Amaral.