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
Operator Chains
simon_knoll
Member Posts: 40 Contributor II
Hello all,
im trying to create a Minig process with the javaApi of rapidminer
but in the moment im stuck with the operator chain. javadoc says me
any advice?
regards
simon knoll
im trying to create a Minig process with the javaApi of rapidminer
but in the moment im stuck with the operator chain. javadoc says me
but i cannot find any tutorials regarding operatorchains
An OperatorChain is an Operator that contains children which are again Operators and which it can execute once ore several times during its own execution.
As of RapidMiner 5.0, an OperatorChain does not directly contain nested Operators, but rather nested ExecutionUnits which in turn contain operators. Please refer to the RapidMiner tutorial for a description how to implement your own operator chain.
any advice?
regards
simon knoll
Tagged:
0
Answers
there is an example in the "How to Extend Rapidminer" whitepaper found here:
http://rapid-i.com/component/page,shop.product_details/flypage,flypage.tpl/product_id,52/category_id,5/option,com_virtuemart/Itemid,180/
Cheers,
Simon
i saw you answered this and also my other questions.
thank you, im very grateful for that.
but is there a community edition of this whitepaper or any free tutorials/examples for the java API?
best regards
simon