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
Call RapidMiner from C++
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!
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!
1
Answers
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.
Dortmund, Germany