tensor_to_matrix_c: Transform tensor to matrix

View source: R/RcppExports.R

tensor_to_matrix_cR Documentation

Transform tensor to matrix

Description

Function written in C++ for transformation the tensor (with size batch x times x features) to the matrix (with size batch x times*features)

Usage

tensor_to_matrix_c(tensor, times, features)

Arguments

tensor

⁠3-D array (cube)⁠ data as tensor (with size batch x times x features)

times

⁠unsigned integer⁠ times number

features

⁠unsigned integer⁠ features number

Value

Returns matrix (with size batch x times*features)

See Also

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()


aifeducation documentation built on Nov. 19, 2025, 5:08 p.m.