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
Answers
there's a Developer page on the docs site: https://docs.rapidminer.com/latest/developers/
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
- Learn how to create your own extensions;
- Learn what we have to offer for people who code in Python;
and there are no links to Java API or to JAVA API documentation!Let me know,
thanks.
Luca
I don't think we host the javadoc as html at the moment, but you can retrieve the jars from our maven.
Just unzip this jar and open the "index.html" file with the browser of your choice.
The source code for the core is also available on github.
Greetings,
Jonas
https://community.rapidminer.com/discussion/19782/frequently-asked-questions-development/p1
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
Dortmund, Germany
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