How to create/modify ExampleSet object?
wmanka
New Altair Community Member
I need to pick certain elements from object of type ExampleSet and add it to new ExampleSet instance. I can iterate over it like a list, but I don't see any methods for creating or filtering it. Casting List<Example> to ExampleSet is not possible too.
Tagged:
0
Answers
-
Hi,have a look at IOObjectCollection.Best,Martin0