Write batches from mice records

write_batches_mice(
  records,
  events,
  batches_path = "./",
  batch_size = 128,
  classes_nb = 3,
  padding = 2,
  resample = 400,
  verbose = TRUE
)

Arguments

records

Character. Records paths

events

List of events

batches_path

Path to write batches

batch_size

size of each batch

classes_nb

number of classes

padding

consecutive epochs to add

resample

resample rate

verbose

Boolean. Display or not status messages.