Function for calculating the number of chunks/sequences for every case.
get_n_chunks(text_embeddings, features, times)
Namedvector
of integers representing the number of chunks/sequences for every case.
data.frame
or array
containing the text embeddings.
int
Number of features within each sequence.
int
Number of sequences.
Other data_management_utils:
create_synthetic_units_from_matrix()
,
get_synthetic_cases_from_matrix()