"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.