Get an example from example set[SOLVED]

kuehnkuehn Member Posts: 25 Contributor II
edited November 2018 in Help
Dear Guys,

i've got some trouble to extract a single Example from an ExampleSet. I did define a "Loop Examples" an I tried to get the example by macro-defined index.
How ever, every solution I tried e.g. Extract Macro, Set Data, Collect and Select by index, the result which the debugger shows is the given input ExampleSet.

I need every Example as a single Data. It is the base for an sinple one-to-many relation i need to aggregate.

Tell me please, what the mistake I do?
My submitted Example is the solution with Collect and Select (I think the worst way to do this).

Ciao and thanks for help

Answers

  • awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    Hello

    Use the "Filter Example Range" operator inside the example loop. Set both parameters to the loop iteration macro.

    Regards,

    Andrew
  • kuehnkuehn Member Posts: 25 Contributor II
    thank you, that works
Sign In or Register to comment.