"Macro Question"

jeszyjeszy MemberPosts:13Contributor II
edited June 2019 inHelp
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.

任何想法,如何做到这一点?

Best regards,

Peter
Tagged:

Answers

  • 妈riusHelf妈riusHelf RapidMiner Certified Expert, MemberPosts:1,869Unicorn
    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 MemberPosts:13Contributor 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 InorRegisterto comment.