How to Split clusters generated from k-mediods or k-means nodes

I have a k-mediod node with 4 clusters. I need to split the clusters into separate 4 tables, and need to choose each row from one table for further processing.

Hi,

You can concatenate the Row Splitter node to get a separate table for each of your clusters. For aggregated statistics you can then use the GroupBy node or loop over your tables if you want to process each row seperately. Hope that helps.

Cheers,
Marten