ExampleTable/ExampleSet to Operator

ftgo
ftgo New Altair Community Member
edited November 5 in Community Q&A
Hi all,

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?

Thanks in advance,
Felipe.

Answers

  • steffen
    steffen New Altair Community Member
    Hello Felipe,

    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
  • ftgo
    ftgo New Altair Community Member
    Thanks steffen...

    About the tutorial, I have read already the tutorial pdf.

    Thanks, I will pay attention now to the IOContainer example.

    Felipe.