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

Generate Attribute containing process information

TimboTimbo Member Posts: 14 Contributor II
edited November 2018 in Help
Hi,

I would very much like to create an attribute containing information about the process itsself before I write my data to file. So, there is a function set called "process" available in the "Generate Attributes" operator containing a function called "params()". So I assume this is possible and I just couldn't figure out the correct syntax. The (at least to me) obvious "params(Operator.Parameter)" did not work. Anyone know how to do this???

cheers,

Tim

Answers

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

    you found a bug in the formula editor - it does not recognize the param() function. The syntax is:
    param("operator_name", "parameter_name")
    , e.g.
    param("Process", "logverbosity")
    Best regards,
    Marius
Sign In or Register to comment.