Synopsis
This operator sorts the given
Description
This operator sorts the given ExampleSet according to a single attribute specified by the attribute_name parameter. The examples are sorted according to the natural order of the values of this attribute either in increasing or in decreasing direction, depending on the setting of sorting direction.
Input
- example set input: expects: ExampleSetMetaData: #examples: = 0; #attributes: 0
, expects: ExampleSet
Output
- example set output:
- original:
Parameters
- attribute name: Indicates the attribute which should be used for determining the sorting.
- sorting direction: Indicates the direction of the sorting.