I have created an MemoryExampleTable from my code and now I want to apply in a Process tree. How is it possible if neither ExampleTable/ExampleSet are children of Operator?
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.
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.