The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
how is a term " to write into a parameter list
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi @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ázs1