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.

"condition type expression in the Branch Function"

marco_stuggimarco_stuggi Member Posts: 2 Contributor I
edited June 2019 in Help
Hey Community
I want to initiate an "if-then-else" operation with the branch function, if a certain attribute has the name analytics. I thought "expression" is the right condition type, but it won't work. My example:
condition type: expression
condition value: BW_T1_Tag == analytics

Thanks in advance

marco_stuggi

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Ciao Marco,

    what exactly do you want to achieve? If you want to treat data rows where the attribute  BW_T1_Tag has  a certain value, try the Filter Examples operator. The upper "exa" port then delivers all rows that match the filter condition (e.g., BW_T1_Tag == "analytics"), the lower "unm" port contains all other data rows.

    Does that help?

    Cheers,
    ~Marius Helf
Sign In or Register to comment.