"Macro Question"

jeszyjeszy Member Posts: 13 Contributor II
edited June 2019 in Help
Hello,

Is it possible to access parameter values of an operator via macros?

I would like to execute an operator with several different parameter settings in a Loop Parameters operator. I also would like to pass some of these parameters to an R Script via macros.

Any idea, how to do this?

Best regards,

Peter
Tagged:

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi,

    you can place some macro operators inside the loop parameters operator and iterate their parameters. Then you can use their values both in the original operator and also pass them to R.

    Cheers, Marius
  • jeszyjeszy Member Posts: 13 Contributor II
    Thank you very much for your reply.

    Unfortunately that does not help because the operator I would like to use (Support Vector Clustering) does not allow macros as parameters.
Sign In or Register to comment.