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
On RapidMiner's download page (http://sourceforge.net/projects/yale/)Â you can find a file called tutorial.pdf which contains a short chapter about using rapidminer as api.
I suggest to read the mentioned parts. If you still have questions, feel free to ask.
In short you can create an exampleSet by table.createExampleSet(....).
An ExampleSet can be wrapped using IOContainer and then passed to operators as input.
regards,
Steffen
About the tutorial, I have read already the tutorial pdf.
Thanks, I will pay attention now to the IOContainer example.
Felipe.