Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
"if then" statement to generate an attribute.
Atefeh_Nikjoo59
Member Posts: 1 Learner I
in Help
Hello, I am trying to write an "if then" statement to generate an
attribute. I would like to generate attribute that its name is
"survived". if att.name.1>=60, then survived="yes" and if
att.name.1<60 & att.2="breast" then survived="No". else
survived="not mentioned"
0
Answers
You can use the if function of Generate Attributes for this.
Greetings,
Jonas