Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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