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
Editing sink and source names
Short How do I change the name of the source and sink (input/output) of a process in rapidminer?
Background I'm rather new to RapidMiner. I am starting to nest my processes within each other, to help separate different levels of abstraction. This means I iften connect the source and sinks of my own sub-processes.
My problem is that all my sinks are called Result 1/2/... and sources are called Input 1/2/... This makes it difficult to remember which datastream I have connected to each port.
It will be great to change the name of these, and possible write some brief documentation of the sub-processes, that I can review later in the Help view.
Hope someone can help.
Background I'm rather new to RapidMiner. I am starting to nest my processes within each other, to help separate different levels of abstraction. This means I iften connect the source and sinks of my own sub-processes.
My problem is that all my sinks are called Result 1/2/... and sources are called Input 1/2/... This makes it difficult to remember which datastream I have connected to each port.
It will be great to change the name of these, and possible write some brief documentation of the sub-processes, that I can review later in the Help view.
Hope someone can help.
0
Answers
But anyway here is a minimal example. Assume that I want to rename the output/sink to be "First" and "Second" instead of "Result 1" and "Result 2".
Duplicate.rmp: Duplicate.properties
unfortunately you cannot rename the operator ports. But the results in the results perspective will be named according to the operator that last touched or generated the data.
Btw, you can see the process xml easily by activating the XML view in the menu under View -> Show View.
Best regards,
Marius