Find more posts tagged with
Sort by:
1 - 2 of
21
Hi,
that's one possibility, but in some cases this effort isn't needed: If you only want to have an attribute subset temporarily, you could use the AttributeSubsetPreprocessing Operator. It will deliver the subset to the inner operators and re-add the other operators to the resulting example set.
Greetings,
Sebastian
that's one possibility, but in some cases this effort isn't needed: If you only want to have an attribute subset temporarily, you could use the AttributeSubsetPreprocessing Operator. It will deliver the subset to the inner operators and re-add the other operators to the resulting example set.
Greetings,
Sebastian
Look into the IOObjects, using which you can store your example set, and then repeatedly butcher and resurrect it, as in the following....