A data.frame including the dimensions and their corresponding accuracy values.
If CV=TRUE, for each dimension, the standard deviation of the accuracy values of the folds is also included in the data frame.
Arguments
object
object of class dbcsp.
Q
list of integers which represents the dimensions to use, by default Q=c(1,2,3,5,10,15).
train_size
float between 0.0 and 1.0 representing the proportion of the dataset to include in the train split, by default train_size=0.75.
CV
logical indicating if a cross validation must be performed or not (if TRUE, train_size is not used), by default CV=FALSE.
folds
integer, number of folds to use if CV is performed.
seed
numeric value, by default seed=NULL. Set a seed to ensure reproducible results.