Synopsis
Sets the data of a specified example and attribute to the specified value.
Description
This operator simply sets the value for the specified example and attribute to the given value.
Input
- example set input: expects: ExampleSetMetaData: #examples: = 0; #attributes: 0
, expects: ExampleSet
Output
- example set output:
- original:
Parameters
- attribute name: The name of the attribute for which the value should be set.
- example index: The index of the example for which the value should be set. Counting starts at 1.
- count backwards: If checked, the last counting order is inverted and hence the last example is addressed by index 1, the before last by index 2 and so on.
- value: The value which should be set.