"Macro Question"
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
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
0
Answers
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
Unfortunately that does not help because the operator I would like to use (Support Vector Clustering) does not allow macros as parameters.