"[SOLVED]Extract/Export Cluster"

bperquku
bperquku New Altair Community Member
edited November 5 in Community Q&A
Hello,

How can I extract cluster content to file (csv, xls, txt no matter).
root
+cluster_0
+cluster_1
+cluster_2
+cluster_3
 1123
 1124
 1125

What I want to extract are id-s of record (1123,1124,1125..) for each cluster (folder).

Thank you.

Answers

  • MariusHelf
    MariusHelf New Altair Community Member
    In addition to the Cluster Model, the cluster operators also deliver the clustered data (just connect the other outputs of the clustering operator to the process output).

    This clustered data can be written to disk with the Write CSV or Write Excel operators.

    Best regards,
    Marius
  • bperquku
    bperquku New Altair Community Member
    Hello Marius,

    Thank you for help.

    Kind regards