Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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