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
Problem in using the API
ravishankar
Member Posts: 6 Contributor II
Hi All,
I have successfully set up RA & RM at my end on a Windows machine with Jre6.
As explained in the Link http://rapid-i.com/content/view/25/48/ for checking in the src code, I completed that.
I can successfully run RapidMinerGUI from Eclipse.
I want to use the APIs to process a document with the wordnet libraries, So I have two questions, they are:
Is there built JAR and java API documentation available for the plugins in the RM?
Or am I supposed to check out the code and build at my end?
While building the source code at my end by checking out each project separately, I am getting multiple errors. What is the base java & system requirements for compiling it? I am using Jre 6 and compiler level 1.6.
I have successfully set up RA & RM at my end on a Windows machine with Jre6.
As explained in the Link http://rapid-i.com/content/view/25/48/ for checking in the src code, I completed that.
I can successfully run RapidMinerGUI from Eclipse.
I want to use the APIs to process a document with the wordnet libraries, So I have two questions, they are:
Is there built JAR and java API documentation available for the plugins in the RM?
Or am I supposed to check out the code and build at my end?
While building the source code at my end by checking out each project separately, I am getting multiple errors. What is the base java & system requirements for compiling it? I am using Jre 6 and compiler level 1.6.
Tagged:
0
Answers
we have a Javadoc API here: http://rapid-i.com/api/rapidminer-5.1/index.html
But as you can see it is a little bit outdated. Most of the API shouldn't have changed but I would suggest you to compile it for yourself.
If you want to have a 'quick' overview how to develop a RapidMiner extension you can have a look here: http://docs.rapid-i.com/r/whitepaper-how-to-extend
We use JDK 7 with compiler level 1.6.
Best,
Nils