MATRIX COPY

Creates an identical deep copy of an input matrix and emits it as a dataset output. Use this worker when you need to duplicate a matrix for parallel downstream processing without mutating the original.

When to use

Classification: process.

Tagged: copy, dataset, duplicate, matrix, transform.

Inputs

Label ID Type Default Required Description
Matrix To Be Copied matrixtobecopied matrix   The source matrix to duplicate; any tabular/matrix dataset accepted. Leave unconnected only if downstream steps do not require a copy.

Outputs

Label ID Type Description
matrix_copy_output_1 matrix_copy_output_1 dataset A deep copy of the input matrix emitted as a dataset; structurally identical to the input and safe to modify independently of the original.

Disciplines

  • data.dataset.transform

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