Unpack and Merge Data

Function

Decompose a high-dimensional data list and merge the sub-lists in it.

../../../../../_images/functional_description15.png

Usage Scenario

This Step is widely used for dimensionality reduction. It can decompose the data list, and merge the elements after decomposition. It is usually used to reduce dimensionality of high-dimensional data. For example, if the input list is [[5], [6], [7]], the output can be [5, 6, 7].

Input and Output

../../../../../_images/9_unpack_and_merge_data.png