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

norita
norita New Altair Community Member
edited November 2024 in Community Q&A


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!
Tagged:

Best Answer

  • BalazsBaranyRM
    BalazsBaranyRM New Altair Community Member
    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

Answers

  • BalazsBaranyRM
    BalazsBaranyRM New Altair Community Member
    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