Synopsis
Uses the specified row as new attibute names and deletes the row from the data set.
Description
This operators uses the values of the specified row of the data set as new attribute names (including both regular and special columns). This might be useful for example after a transpose operation. The row will be deleted from the data set. Please note, however, that an internally used nominal mapping will not be removed and following operators like NominalNumbers2Numerical could possibly not work as expected. In order to correct the value types and nominal value mappings, one could use the operator GuessValueTypes after this operator.
Input
- example set input: expects: ExampleSetMetaData: #examples: = 0; #attributes: 0
Output
- example set output:
- original:
Parameters
- row number: Indicates which row should be used as attribute names. Counting starts with 1.