How can i do to change integer values in more than 1 attribute?
I have an example set with 5 attributes that are number in a reduce scale of thounsands, i want to multiply all the values for 1000. For example: the value is 20, but i want to do 20*1000 and i want to do that in all the values of 5 attributes. Can you help me? Thanks in advanced
0
Best Answer
-
IngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751
RM Founder
Answers
If I good understand, you will need of Generate Attributes operator for this task.
The name of the generated attribute has to be strictly the same that the name of the original attribute.
Hope this helps,
Regards,
Lionel
You don't need five generate attribute operators, you can create all of them in one. Here is the XML code for you to check.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
Thanks!