The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Exporting cluster information to a csv/excel file"
checkerboard
Member Posts: 1 Learner III
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?
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:
0
Answers
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