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

Naming output ports or datasets

cmosesjrcmosesjr Member Posts: 6 Learner III
edited December 2018 in Help

OK, apologies for being a complete bumpkin newbie....but

How can I change the name of the output ports, or more specifically the resultant datasets.

Example: I have a dataset in the repo, it has a MAC addresses and some various figures of merit. In some cases there are duplicate MAC adresses (a device got run on the test system twice), so I want to cull out the duplicates, BUT, I also want the duplicates as a separate data set. The duplicate block does this very well, and has a duplicate output port, which I route to one of the process outputs. But I want to give those sets a human understandable name....not the name RM assigns.

How does one do that?

Thanks in advance

cmosesjr.

Best Answer

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    Solution Accepted

    If you use the Store operator to keep a copy in the repository you can call it whatever you want.  And you can also use Retrieve to call it up in any other process too (as opposed to only the process you originally create it in, which is what happens if you don't store it).

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts

Answers

  • cmosesjrcmosesjr Member Posts: 6 Learner III

    Thanks Telcontar, That will work for me!

    cmoses

Sign In or Register to comment.