[SOLVED] How to compute new value from existing values?
Hello,
is there any equivalent operator in RapidMiner like the attribute filters "AddExpression" or "MathExpression" from Weka?
I just want to add a value for a new created attribute, that shall take in account values from existing attributes...
Unfortunatelly just the Modelling Algorithms from Weka are included in the Weka-Extension, but not the usefull Attribute Filters...
Thanks.
is there any equivalent operator in RapidMiner like the attribute filters "AddExpression" or "MathExpression" from Weka?
I just want to add a value for a new created attribute, that shall take in account values from existing attributes...
Unfortunatelly just the Modelling Algorithms from Weka are included in the Weka-Extension, but not the usefull Attribute Filters...
Thanks.
0
Answers
you can use Generate Attributes to create new attributes based on existing ones.
Best,
~Marius
Wow, this operator can handle really much.