Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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 :-/