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.

"[SOLVED]Extract/Export Cluster"

bperqukubperquku Member Posts: 6 Contributor II
edited June 2019 in Help
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.
Tagged:

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    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
  • bperqukubperquku Member Posts: 6 Contributor II
    Hello Marius,

    Thank you for help.

    Kind regards
Sign In or Register to comment.