ExampleTable/ExampleSet to Operator

ftgoftgo MemberPosts:9Contributor II
edited November 2018 inHelp
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.
Tagged:

Answers

  • steffensteffen MemberPosts:347Maven
    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
  • ftgoftgo MemberPosts:9Contributor II
    Thanks steffen...

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

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

    Felipe.
Sign InorRegisterto comment.