Write batches from mice records
write_batches_mice(
records,
events,
batches_path = "./",
batch_size = 128,
classes_nb = 3,
padding = 2,
resample = 400,
verbose = TRUE
)
Character. Records paths
List of events
Path to write batches
size of each batch
number of classes
consecutive epochs to add
resample rate
Boolean. Display or not status messages.