cut_data: cut data

View source: R/utils.r

cut_dataR Documentation

cut data

Description

Cut a sequence into small batches

Usage

cut_data(n, batch_size)

Arguments

n

Length of the sequence

batch_size

Batch size

Value

a list of sequence indices, where the length of the list is the number of batches.

Author(s)

Wuming Gong (gongx030@umn.edu)


gongx030/seatac documentation built on April 15, 2023, 5:53 a.m.