The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Generate weights applied to examples
Hi, Im very new to data science in general and Rapid Miner. I have a process where I have used the Generate weight operator and obtained a result. Now I want to apply that weight to the example attributes.
Example:
Row No Attrib 1 Weight Attrib 2
1 Label .69 Number
I want the weight to be applied to Attribute 2 so the Number is the weighted data.
Thank you
Example:
Row No Attrib 1 Weight Attrib 2
1 Label .69 Number
I want the weight to be applied to Attribute 2 so the Number is the weighted data.
Thank you
Tagged:
0
Best Answer
-
tftemme Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, RMResearcher, Member Posts: 164 RM ResearchHi @je23
You can use the Generate Attribute operator to create a new attribute which is just the product of the Weight and the Attrib 2 attributes.
Be aware that you need to set the name of attributes in squared brackets if they have blanks in their names.
Best regards,
Fabian
7
Answers