Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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