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
defining operator
Can anyone post an example of code defining a new operator?
Alternatively, is it possible to save subprocesses in order to employ them by including them easily in other processes whenever needed (similarly to the way you use an available operator)?
Cheers
Dan
Alternatively, is it possible to save subprocesses in order to employ them by including them easily in other processes whenever needed (similarly to the way you use an available operator)?
Cheers
Dan
Tagged:
0
Answers
You can save sub-processes as building blocks "Edit->Save as Building Block".
Dan
There you can find the sourcecode of existing plugins(that you can also download through the automatic updater)
You can use eclipse+ant to build your plugin.
You might also need the source code of RapidMiner itself.
Information for that can be found here:
http://rapid-i.com/content/view/25/81/lang,en/
as Haddock already pointed out: there is a white paper explaining every necessary detail for building your own operators and RapidMiner extensions:
http://rapid-i.com/component/page,shop.product_details/flypage,flypage.tpl/product_id,52/category_id,5/option,com_virtuemart/Itemid,180/
It is available in our shop and together with an in-depth description you also get lot of examples which should serve as a quick start guide for diving into the world of RapidMiner development.
Cheers,
Ingo
Thanks. Had got the information I needed. I'm sure the white paper is a very useful and detailed resource for those keen in the RM development/extension.
However, I'm exploring all the aspects of RM, and interested in DM from a productive point of view (with RM or other suites) rather than specialising in the process of development/extension of a software. Just needed to quickly and efficiently get a glance, and got it Congratulations for this forum.
Cheers,
Dan