Can I create my own new operator?
Find more posts tagged with
Sort by:
1 - 5 of
51
Hi,
I do not quite understand your question. But let my try to make things clear. You can extend RapidMiner by writing your own Java code which relies on or uses the classes of RapidMiner. This is of course possible with the Community Edition (as implied by the name
). You simply have to check out the source code of RM from sourceforge. The following link explains how to do this using the Eclipse IDE:
http://rapid-i.com/content/view/25/48/lang,de/
Hope that helps,
Tobias
I do not quite understand your question. But let my try to make things clear. You can extend RapidMiner by writing your own Java code which relies on or uses the classes of RapidMiner. This is of course possible with the Community Edition (as implied by the name

http://rapid-i.com/content/view/25/48/lang,de/
Hope that helps,
Tobias
Hi @yoreme,
Please check this video to see how you can achieve creating custom python operators.
https://www.youtube.com/watch?v=L4FqOM-ns2o
Please check this video to see how you can achieve creating custom python operators.
https://www.youtube.com/watch?v=L4FqOM-ns2o
On the sourceforge download site is a file named tutorial.pdf available: http://sourceforge.net/project/showfiles.php?group_id=114160&;package_id=123637
In this pdf you will find everything you need
regards,
Steffen