how is a term &quot to write into a parameter list

User: "norita"
New Altair Community Member
Updated by Jocelyn


Hello!


Can someone help me. I stuck with entering the term - &quotRF&quot - into the parameter list. Do you know why it doesn't work. It is according a code given to obtain this feature selection...
?

Thank you very much!

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted Answer
    Hi @norita,

    string expressions in RapidMiner are marked with " quotes.
    So if you need "RF" you'll write ""RF"". 

    Inside the expression you can use \ to quote the next character like this: "my expression including the \" character"

    Best regards,
    Balázs