Synopsis
Copies a single attribute (only the view on the data column, not the data itself).
Description
Adds a copy of a single attribute to the given example set.
Input
- example set input: expects: ExampleSetMetaData: #examples: = 0; #attributes: 0
, expects: ExampleSet
Output
- example set output:
- original:
Parameters
- attribute name: The name of the nominal attribute to which values should be added.
- new name: The name of the new (copied) attribute. If this parameter is missing, simply the same name with an appended number is used.