Function written in C++ for reshaping a matrix containing sequential data into an array for use with keras.
Arguments
- matrix
matrix
containing the sequential data.- times
uword
Number of sequences.- features
uword
Number of features within each sequence.
Value
Returns an array. The first dimension corresponds to the cases, the second to the times, and the third to the features.
See also
Other Auxiliary Functions:
array_to_matrix()
,
calc_standard_classification_measures()
,
check_embedding_models()
,
clean_pytorch_log_transformers()
,
create_iota2_mean_object()
,
create_synthetic_units()
,
generate_id()
,
get_coder_metrics()
,
get_folds()
,
get_n_chunks()
,
get_stratified_train_test_split()
,
get_synthetic_cases()
,
get_train_test_split()
,
is.null_or_na()
,
split_labeled_unlabeled()
,
summarize_tracked_sustainability()
,
to_categorical_c()