Unpack and Merge Data
Usage Scenario
This is a general-purpose Step for reducing data dimensionality. It can decompose a data list and then merge the extracted elements, and is commonly used for flattening high-dimensional data.
For example, if the input is \[[5], [6], [7]], the output can be [5, 6, 7].
Parameter Description
| Parameter | Description |
|---|---|
Operation Layer |
Parameter description: This parameter specifies at which layer the “unpack and merge” operation is performed. Default value: 0 How to adjust: The behavior at each operation layer is described below. Default value: 0 Instruction: The operation layers are described as follows.
|