🎉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

SOLVED reclassification of values in attribute

User: "eomer"
New Altair Community Member
Updated by Jocelyn
Hello

I need some help with very trivial problem but I can not find solution in Rapidminer. I need to "reclassify" values for specific attribute like this:

Actual value of attribute Att1 Wanted/changed value of attribute Att1
          -1                                                       -1
           0                                                        2
           1                                                        2
           2                                                        2
           3                                                        3
           4                                                        5
           5                                                        5

Also change all values 0,1,2 on value 2, respectively 4 and 5 on 5 for attribute1.

Thanks o lot for help

Eomer


Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Andrew2"
    New Altair Community Member
    Hello,

    The "map" operator is a good place to start.

    Regards,

    Andrew
    User: "eomer"
    New Altair Community Member
    OP
    Thank you Andrew, it was so simple.. :)
    Eomer