get_n_chunks {aifeducation} | R Documentation |
Get the number of chunks/sequences for each case
Description
Function for calculating the number of chunks/sequences for every case.
Usage
get_n_chunks(text_embeddings, features, times)
Arguments
text_embeddings |
|
features |
|
times |
|
Value
Namedvector
of integers representing the number of chunks/sequences for every case.
See Also
Other data_management_utils:
create_synthetic_units_from_matrix()
,
get_synthetic_cases_from_matrix()
[Package aifeducation version 1.0.2 Index]