Function for calculating the number of chunks/sequences for every case.
Arguments
- text_embeddings
data.frameorarraycontaining the text embeddings.- features
intNumber of features within each sequence.- times
intNumber of sequences.- pad_value
intValue 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(),
get_time_stamp(),
matrix_to_array_c(),
tensor_to_matrix_c(),
to_categorical_c()