Options

Call RapidMiner from C++

Alex1011Alex1011 Member Posts: 1 Newbie
Hi,

I consider using RapidMiner for research purposes. I would like to use a C++ program that can make use of RapidMiner. I found the library to call RapidMiner from Python but couldn't find a similar way for C++. So my question: Is there a library or way to connect my C++ program to RapidMiner by an API? 

Thanks in advance!

Answers

  • Options
    hughesfleming68hughesfleming68 Member Posts: 323 Unicorn
    How up to speed are you with java? These days almost anything is possible if you are willing to dig deep enough.
    https://developer.ibm.com/technologies/java/tutorials/j-jni/

    Often it does not have to be so complicated. Build your Rapidminer process and just execute it from within your C++ code. It depends how much integration you need.
  • Options
    MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,507 RM Data Scientist

    I would recommend to use the webservices provided by server to do this. Thats the nicest way. Another alternative is the CLI, which is not that nice but doable.

    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.