🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Generate weights applied to examples

User: "je23"
New Altair Community Member
Updated by Jocelyn
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     

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "tftemme"
    New Altair Community Member
    Accepted Answer
    Hi @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
    User: "je23"
    New Altair Community Member
    OP
    Thank you, that worked