write_batches_mice: Write batches from mice records

View source: R/scoring.R

write_batches_miceR Documentation

Write batches from mice records

Description

Write batches from mice records

Usage

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.


rsleep documentation built on Nov. 6, 2023, 1:06 a.m.