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
Creating a new OperatorChain
Hello,
I am implementing a new OperatorChain and i want to add operators to it.
I added this code to its constructor:
ExampleSetGenerator expGenOperator = OperatorService.createOperator(ExampleSetGenerator .class);
getSubprocess(0).addOperator(expGenOperator );
but when i added this operator to the main frame with dragging action i found that two inner operators were created inside it.
Note: i am working with Rapid Miner 5.1
I hope that you could help me to understand this problem and solve it.
Best regards,
I am implementing a new OperatorChain and i want to add operators to it.
I added this code to its constructor:
ExampleSetGenerator expGenOperator = OperatorService.createOperator(ExampleSetGenerator .class);
getSubprocess(0).addOperator(expGenOperator );
but when i added this operator to the main frame with dragging action i found that two inner operators were created inside it.
Note: i am working with Rapid Miner 5.1
I hope that you could help me to understand this problem and solve it.
Best regards,
0