Hi community,
I need your help and just can’t get any further. I have been a KNIME user for years, but today I had to give up.
I have compared labels with each other and created a distance matrix. I ran the result through the Distance Matrix Pair Extractor (with distance filter). Now I have a list of all similar labels and want to create a cluster.
Here is an example of what the data looks like and what result I would expect:
Data
Col1 | Col2 |
---|---|
A | B |
A | C |
B | D |
E | F |
F | G |
G | H |
G | I |
Result
|1|A, B, C, D||
|2|E, F, G, H, I||
I have experimented with the Recursive Loop but can’t get it to work and am getting desperate.
Does anyone have any ideas?
Kind regards and many thanks for any hint!