VECTOR TOROWMATRIX¶
Reshapes a 1-D vector into a single-row matrix (1 × N). Use this worker when a downstream node requires a matrix input but the available data is in vector form.
When to use¶
Classification: process.
Tagged: 1d, linear_algebra, matrix, reshape, torowmatrix, transform, vector.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Vector To Be Converted | vectortobeconverted | vector | — | The 1-D input vector to be reshaped into a row matrix; accepts any numeric vector from a preceding node. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| vector_torowmatrix_output_1 | vector_torowmatrix_output_1 | matrix | A 1 × N matrix containing the same numeric values as the input vector, arranged as a single row. |
Disciplines¶
- data.dataset.transform
Auto-generated from transformation schema. Worker id: vector_torowmatrix. Schema hash: e17cfa56de59. Hand-curated docs in workerexamples/ override this page when present.