"Online API Documentation"
blatoo
New Altair Community Member
Hi all,
I want to learn how to write the extension for rapidminer, but I didn't find RapidMiner 6.0 API documentation online. I just find an old version for rapidminer 4.3 with google search. Can some tell me how to find the latest api online documentation, and where can I download the rapidminer sourcecode for writing the extension?
Another Question about the RapidMiner Extension Tutorial:
In Chapter 4, page 19: "Together with this tutorial you got two zip files. Each of them contains one of the projects, which we will now import into Eclipse."
Where are the two files??? Where can I find them???
(The projects in the two zip files are: RapidMiner_Extension_Template, RapidMiner_Extension_Tutorial, RapidMiner_Vega)
Best Reguards
Conny
I want to learn how to write the extension for rapidminer, but I didn't find RapidMiner 6.0 API documentation online. I just find an old version for rapidminer 4.3 with google search. Can some tell me how to find the latest api online documentation, and where can I download the rapidminer sourcecode for writing the extension?
Another Question about the RapidMiner Extension Tutorial:
In Chapter 4, page 19: "Together with this tutorial you got two zip files. Each of them contains one of the projects, which we will now import into Eclipse."
Where are the two files??? Where can I find them???
(The projects in the two zip files are: RapidMiner_Extension_Template, RapidMiner_Extension_Tutorial, RapidMiner_Vega)
Best Reguards
Conny
0
Answers
-
Hi Conny,
unfortunately the description in this paper is a bit outdated. We shifted our sample projects to Gradle. The best way to start would be to checkout via git clone. The repository is now available via github:
https://github.com/rapidminer/rapidminer-extension-tutorial and https://github.com/rapidminer/rapidminer-extension-template
When you import this Gradle project to Eclipse all required dependencies are set up automatically. The source code can be found here: https://github.com/rapidminer/rapidminer and the most recent "How To Extend RapidMiner" PDF can be found on our new documentation wep page: http://docs.rapidminer.com/studio/
Cheers,
Helge0