CREATE A RANDOM MATRIX BASED ON THE GIVEN ROWS AND COLUMNS

Generates a matrix of the specified dimensions filled with random values. Use this worker whenever a downstream step requires a randomly initialised matrix of a given size.

When to use

Classification: process.

Tagged: generate, initialization, matrix, random, random_matrix.

Inputs

Label ID Type Default Required Description
Num Rows num_rows integer 3   Number of rows in the output matrix (positive integer); defaults to 3 if left unset.
Num Cols num_cols integer 3   Number of columns in the output matrix (positive integer); defaults to 3 if left unset.

Outputs

Label ID Type Description
matrix_createrandom_output_1 matrix_createrandom_output_1 matrix The resulting randomly populated matrix with dimensions num_rows × num_cols.

Disciplines

  • data.dataset.transform

Auto-generated from transformation schema. Worker id: matrix_createrandom. Schema hash: 8ee755e2078c. Hand-curated docs in workerexamples/ override this page when present.