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
Question about Operator ports' naming and super operator structure.
Hi,
1. I am building my own extension where I want to change the port name of the operators after execution. For example, I have an operator taking different inputs consisting of a string name, if the operator gets a string saying "APPLE" during execution, can I change the input port name to "APPLE" simultaneously, or is the port name only be fixed when defining the operator in JAVA?
1. I am building my own extension where I want to change the port name of the operators after execution. For example, I have an operator taking different inputs consisting of a string name, if the operator gets a string saying "APPLE" during execution, can I change the input port name to "APPLE" simultaneously, or is the port name only be fixed when defining the operator in JAVA?
2. I am building a super operator, I noticed the extension called "Custom Operator" where you can turn a process into an operator, I want to know whether it is possible to define the inner structure of a super operator when coding in JAVA in a similar way, or is the super operator can only be blank when following the Rapidminer's definition in JAVA without using custom operators extension?
3. A minor problem is I am using lots of "Multiply Operator" in my process and they take up much space, I cannot simply connect two input ports from one output port. Can I change the size of my operators of is there a more elegant way to do the one-to-many multiplying?
Thank you!
0
Answers
Dortmund, Germany