Reorder According to Given Indices¶
Function¶
This Step sorts a list of values according to the input index list.
Usage Scenario¶
This Step is a general numerical sorting Step. This Step has no fixed usage scenarios. This Step is outdated. Please use the newer Step Reorder by Index List.
Input and Output¶
Input:
List of data input to this port will be sorted according to the input index list.
Index list used to sort the input data.
Output:
Sorted data list.