Options

RapidMiner - programming

maurermaurer Member Posts: 7 Contributor II
edited November 2018 in Help
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?

Answers

  • Options
    haddockhaddock Member Posts: 849 Maven
    What ho Maurer,

    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/



Sign In or Register to comment.