VECTOR TOCOLUMNMATRIX

Converts a 1-D vector into a single-column matrix, reshaping row or column vectors into an N×1 matrix format. Use this worker when downstream steps require matrix-typed inputs but the data is available only as a flat vector.

When to use

Classification: process.

Tagged: column_matrix, matrix, reshape, transform, vector.

Inputs

Label ID Type Default Required Description
Vector To Be Converted vectortobeconverted vector   The 1-D vector to reshape into a column matrix; each element becomes a row in the resulting N×1 output matrix.

Outputs

Label ID Type Description
vector_tocolumnmatrix_output_1 vector_tocolumnmatrix_output_1 matrix N×1 column matrix produced by reshaping the input vector, where N is the number of elements in the original vector.

Disciplines

  • data.dataset.transform

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