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
combine example sets
simon_knoll
Member Posts: 40 Contributor II
Hello all
is there a possibility to "merge/combine" examples by there id?
for instance having this examplset:
transformed into this
best regards
simon knoll
is there a possibility to "merge/combine" examples by there id?
for instance having this examplset:
id | att1 | att2 | att3 |
1 | somevalue | somevalue | somevalue |
1 | somevalue | somevalue | somevalue |
2 | somevalue | somevalue | somevalue |
2 | somevalue | somevalue | somevalue |
id | att1 | att2 | att3 |
1 | newvalue | newevalue | newvalue |
2 | newevalue | newvalue | newvalue |
simon knoll
0
Answers
I am afraid that Example ID should be unique in the whole ExampleSet. Otherwise it wont be an ID.
However it is quite simple to combine two example sets. Please refer to the RM tutorial (available via RM help menu).
Regards
radone
I have a Process Document Operator wich processes several documents.
within the process operator i have a cut operator wich extracts different features.
and nou i have different examples wich all are extracted from the same document.
as i want to do kind of document clustering i need to tell the cluster algorithm (k-means)
that these examples extracted from the same document belong together. therefore i
thought the only way is to combine examples.
could someone help me please
im really desperate at the moment :-/