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 Attributes

JacJac Member Posts: 4 Learner I
edited March 2022 in Help
I want to create an attributes to show whether the member base is fully active or not.
 Is it possible to make it like if the figure of 'member base' attributes equal to figure of 'active member' attributes then, the new attributes will show as 'full active membership' otherwise 'not full active membership' ?

Thanks for any reply

Best Answer

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    Solution Accepted
    Yes, this is very easy to do, assuming you have two numerical attributes for member base and active members.  You can use an IF statement and set it up so that if the two attributes are equal then you return one value and another value if they are not equal.  Take a look at the Generate Attribute operator and the IF function. 
    As a side note, I would be surprised if you have a fully active membership, most organizations have at least a few inactive folks!  So I am not sure how useful just a binary flag would be.  You might consider making an "active membership percentage" instead where you divide the active members into the total members as a numerical quantity.  This can also be done easily with Generate Attribute.
    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts

Answers

  • JacJac Member Posts: 4 Learner I
    Thanks a lot for your help. It worked.
Sign In or Register to comment.