View source: R/utils_DataManager.R
| get_n_chunks | R Documentation |
Function for calculating the number of chunks/sequences for every case.
get_n_chunks(text_embeddings, features, times, pad_value = -100L)
text_embeddings |
|
features |
|
times |
|
pad_value |
|
Namedvector of integers representing the number of chunks/sequences for every case.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.