JAVA API for Rapidminer
ventluc
New Altair Community Member
Where can I find Java API (with documentation) for Rapidminer ? I would like to write a Java program and use Java API to connect to Rapidminer to use its features. Thanks a lot in advance!
Tagged:
0
Answers
-
Hi,
there's a Developer page on the docs site: https://docs.rapidminer.com/latest/developers/
Regards,
Balázs1 -
Sorry, but there is no reference to Java API there. Can you give me a direct link to the Java API?0
-
Hi,
this is the official and current documentation that RapidMiner shares with the world.
If you google for RapidMiner Javadocs you will find older API references that might or might not work for your use case. But this is entirely unsupported.
If you are a partner developing a solution embedding RapidMiner, ask your account representative for further information.
Regards,
Balázs0 -
Sorry, we don't understand each other. If I go to the link you suggested me I only see this sections:
- Learn how to create your own extensions;
- Learn what we have to offer for people who code in Python;
Let me know,
thanks.
Luca
0 -
-
And here's a FAQ on development with RapidMiner:
https://community.rapidminer.com/discussion/19782/frequently-asked-questions-development/p1
1 -
jwpfau , I have three questions:
a) what is the difference between the source code that I can find in the two repositories you suggested to me?
b) in the jar files I haven't found no html files: where can I find them? If I haven't a doc how can I understand to what each Java class is useful for?
Thanks.
Luca0 -
BalazsBarany in that FAQ I find no trace of documentation of Java API for Rapidminer? If a programmer like me wants to write a Java program for RapidMiner how could he do without documentation?
0 -
Hi,what do you mean with 'a Java Program for RapidMiner'? Usually i would say, that this is an extension.BR,Martin0
-
Hi Luca,
A git repository is used for code version control, while a maven repository is used for dependency management.
You either need a tool like 7zip to unzip the javadoc.jar, or if you have "show file extensions" enabled you can also rename it to .zip and use the built in unzip tool of your OS.
The content should look like this:
But it's not really purposeful to read the javadoc of all these classes, just follow the tutorial for creating an extension and ask more specific questions in the community if you need to.
Greetings,
Jonas0 -
mschmitz In particular I wouid like to write a Java program (a chatbot) with machine learning\IA features (like TextMining) using RapidMiner API for Java (this chatbout would implement an interactive service desk for users that need computer support) and not by scratch. Is it possibile to do that using RapidMiner Studio Core Java API Ver. 9.9.0? Does this API offer a GUI that I could use for the chatbot or must I use some Java API (like Swing) ? Thanks.
0 -
Hi!! Can someone reply to my last post? Thank you. Luca0