Options

"Exporting cluster information to a csv/excel file"

checkerboardcheckerboard Member Posts: 1 Contributor I
edited June 2019 in Help
Hi all,

I am trying to form clusters of a certain dataset reading the attributes from a csv file and applying clustering algorithm. Now I want to save the results of this clustering to a csv/excel file. How can I do that? I have formed three clusters and the points belonging to the tree clusters can be viewed in the FolderView. Now I want to export all the clusters to an excel file in which each line consists of the attributes and their cluster id. How can I accomplish this?
Tagged:

Answers

  • Options
    MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi,

    do you want to save the clustered data, or the cluster prototypes? For the latter you can use Extract Cluster Prototypes to extract the prototypes to an example set (does not work with all clustering algorithms).

    To store either the prototype example set or the clustered data, use the Write Excel operator.

    Best,
    Marius
Sign In or Register to comment.