The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.

What is a port?

beng712beng712 Member Posts: 1 Newbie
I am brand new to analytics, and brand new to RapidMiner. I need someone to explain this to me in the simplest way possible. I have no idea what a port is, or how to connect it. The tutorial says to connect the ports, and I don't even know where to click. 

Best Answer

  • rjones13rjones13 Member Posts: 191 Unicorn
    Solution Accepted
    Hi @beng712, a port is what we call the connection points on an operator. For example on the join operator I've shown below, we have left (lef) and right (rig) input ports, and a joined (joi) output port.

    Other common abbreviations are:
    • ori (output) – data set without operator changes
    • exa (input or output) - incoming or outgoing example set a.k.a dataset
    • thr (output) - outputs the current object
    • mod (output) - model
    • tra - training data
    • tes - testing data
    Here's also a nice webpage giving you some of the important terms: https://docs.rapidminer.com/latest/studio/getting-started/important-terms.html
Sign In or Register to comment.