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
RapidMiner - programming
Hi,
at the wiki-webpage of RapidMiner I found the following information: "Calling RapidMiner functions from programs written in other languages/systems (e.g., Perl)." Unfortunately I couldn't find any more interesting information about programming with using RapidMiner modules but **not** in Java. Can someone provide me with a good reference / example?
at the wiki-webpage of RapidMiner I found the following information: "Calling RapidMiner functions from programs written in other languages/systems (e.g., Perl)." Unfortunately I couldn't find any more interesting information about programming with using RapidMiner modules but **not** in Java. Can someone provide me with a good reference / example?
0
Answers
Last year I started using Prolog to write and run RM 4.6 XML, because my search space of models, parameters, and data processing kept expanding. I used a C library that uses the Java Invocation API, and was able to call all the public methods of Rapidminer. Clearly there are many ways to skin this cat - but there is at least one for any language that can call an external library.
Here's an API page http://java.sun.com/j2se/1.4.2/docs/guide/jni/spec/invocation.html
and here's one for the library http://sourceforge.net/projects/jpl/