Find more posts tagged with
Sort by:
1 - 12 of
121
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ázs
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ázs
And here's a FAQ on development with RapidMiner:
https://community.rapidminer.com/discussion/19782/frequently-asked-questions-development/p1
https://community.rapidminer.com/discussion/19782/frequently-asked-questions-development/p1
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.
Luca
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.
Luca
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?
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,
Jonas
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,
Jonas
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.
there's a Developer page on the docs site: https://docs.rapidminer.com/latest/developers/
Regards,
Balázs