A program to recognize and reward our most engaged community members
DescriptionThis operator can be used to change the role of an attribute of the input ExampleSet. If you want to change the attribute name you should use theRename operator. The target role indicates if the attribute is a regular attribute (used by learning operators) or a special attribute (e.g. a label or id attribute). The following target attribute types are possible: regular: only regular attributes are used as input variables for learning tasksid: the id attribute for the example setlabel: target attribute for learningprediction: predicted attribute, i.e. the predictions of a learning schemecluster: indicates the membership to a clusterweight: indicates the weight of the examplebatch: indicates the membership to an example batch Users can also define own attribute types by simply using the desired name.Please be aware that roles have to be unique! Assigning a non regular role the second time will cause the first attribute to be dropped from the example set. If you want to keep this attribute, you have to change it's role first.