🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[SOLVED] IOObjectCollection to ExampleSet conversion

zisUser: "zis"
New Altair Community Member
Updated by Jocelyn
Hi,

I have an Example Loop operator, which returns from output port IOObjectCollection. I would like to join this data to ExampleSet after the Example Loop operator and then make Aggregate on newly created ExampleSet.

Is that possible?

Thanks for ideas,
Regards,
John

Find more posts tagged with

Sort by:
1 - 3 of 31
    zisUser: "zis"
    New Altair Community Member
    OP
    First idea was

    that in each iteration I save data through Store operator, but he has not an "append" mode and in each iteration he deletes original data and saves new.
    zisUser: "zis"
    New Altair Community Member
    OP
    Yes,

    first idea was successful. In each iteration I used UNION operator for new data and data in Store operator and result from UNION opreator save to Store again.

    Still, is any better solution?

    Regards,
    John
    Hi,

    if all your example sets have the same attributes, the Append operator would have the same effect as Union, but is more efficient.

    Best, Marius