Options

"Attribute and Operator names as macros"

OzoneOzone Member Posts: 17 Contributor II
edited May 2019 in Help
Hi,

does anyone know how to set the name of an operator like "k-NN" and/or the name of an attribute as a macro name to use it for file and path names like

/home/%{operator_name}/anyfolder/%{attribute1}

I have a bit complex solution but only want to know if there is any predefined shortcut similar as %{a} for loop count or %{file_path} for file path?!

Thanks a lot
Ozone



Tagged:

Answers

  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    there's no built in macro for this, but you could just prepend a Set Macro operator and set such a macro to the actual name of the following operator.

    Greetings,
    Β  Sebastian
Sign In or Register to comment.