Options

ExampleTable/ExampleSet to Operator

ftgoftgo Member Posts: 9 Contributor II
edited November 2018 in Help
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

  • Options
    steffensteffen Member Posts: 347 Maven
    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
  • Options
    ftgoftgo Member Posts: 9 Contributor 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 In or Register to comment.