Skip to contents

Function for calculating the number of chunks/sequences for every case

Usage

get_n_chunks(text_embeddings, features, times)

Arguments

text_embeddings

data.frame or array containing the text embeddings.

features

int Number of features within each sequence.

times

int Number of sequences

Value

Namedvector of integers representing the number of chunks/sequences for every case.