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
[SOLVED] SetName of Operator/Process
Hi,
I'll need to set a name of process. Process is a root node operator with atribute name.
For example:
Thanks for ideas
I'll need to set a name of process. Process is a root node operator with atribute name.
For example:
<operator activated="true" class="process" compatibility="5.1.014" expanded="true" name="NameOfProcess">Now I want to rename this Process, but I dont know how. If I take a root node:
process.getRootOperator()He has not method setName, only getName. Is any way, how to set a name of process/operator through rapidminer api (5.1)??
Thanks for ideas
Tagged:
0
Answers
process.getRootOperator().rename("Oh...");
Regards,
Marco
no way , thanks a lot and sorry for my blindness.
Regards,
John