.. _auto_matrix_copy: *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 ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - 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 ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - 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 .. raw:: html
Auto-generated from transformation schema. Worker id: matrix_copy. Schema hash: a8e774a43ad0. Hand-curated docs in workerexamples/ override this page when present.