Unpack Data
Contents of this Step are under maintenance. If you need more information about this Step with urgency, please contact us at docs@mech-mind.net. |
Function
Decompose the list and obtain the first N elements in the list. The N value can be set in Step Parameters.

Usage Scenario
This Step is widely used for dimensionality reduction. It can decompose image list, point cloud list, dimensions list and other data lists. For example, if the input list is \[[5], [6], [7]], the output can be [5], [6], [7].