Function for calculating the number of chunks/sequences for every case.
Arguments
- text_embeddings
data.frame
orarray
containing the text embeddings.- features
int
Number of features within each sequence.- times
int
Number of sequences.- pad_value
int
Value indicating padding. This value should no be in the range of regluar values for computations. Thus it is not recommended to chance this value. Default is-100
. Allowed values:x <= -100
See also
Other Utils Developers:
auto_n_cores()
,
create_object()
,
create_synthetic_units_from_matrix()
,
generate_id()
,
get_synthetic_cases_from_matrix()
,
matrix_to_array_c()
,
tensor_to_matrix_c()
,
to_categorical_c()