| tensor_to_matrix_c | R Documentation |
Function written in C++ for transformation the tensor (with size batch x times x features) to the matrix (with size batch x times*features)
tensor_to_matrix_c(tensor, times, features)
tensor |
|
times |
|
features |
|
Returns matrix (with size batch x times*features)
Other Utils Developers:
auto_n_cores(),
create_object(),
create_synthetic_units_from_matrix(),
generate_id(),
get_n_chunks(),
get_synthetic_cases_from_matrix(),
get_time_stamp(),
matrix_to_array_c(),
to_categorical_c()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.