Synopsis
Adds a new attribute to the data set with the given name and type.
Description
This operator creates a new attribute for the data set. The new attribute will have the specified name and value type (e.g. nominal or real). Please note that all values are missing right after creation and therefore operators like SetData must be used to change this.
Input
- example set input: expects: ExampleSetMetaData: #examples: = 0; #attributes: 0
Output
- example set output:
- original:
Parameters
- name: The name of the new attribute.
- value type: The value type of the new attribute.