Skip to contents

A data structure that encapsulate a standard (volumetric) training dataset, an optional test dataset and a voxel 'mask'.

Usage

mvpa_dataset(train_data, test_data = NULL, mask)

Arguments

train_data

the training data set: a NeuroVec instance

test_data

the optional test data set: a NeuroVec instance

mask

the set of voxels to include: a NeuroVol instance