Operator Chains
simon_knoll
New Altair Community Member
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
0
Answers
-
Hi,
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,
Simon0 -
Hello 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
simon0