🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"[SOLVED]Extract/Export Cluster"

User: "bperquku"
New Altair Community Member
Updated by Jocelyn
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.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "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
    User: "bperquku"
    New Altair Community Member
    OP
    Hello Marius,

    Thank you for help.

    Kind regards