The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[SOLVED] IOObjectCollection to ExampleSet conversion
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
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
0
Answers
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.
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
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