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
How to export folder view of cluster method to excel or txt file ?
Hi,
I performed k-means cluster method on RapidMiner. I want to export data on Folder View to txt or csv, excel file. How can I do that?
Which operator can I use for it? With the operators Write Excel, Write CSV, Write Special Format it does not work. Thanks!
I performed k-means cluster method on RapidMiner. I want to export data on Folder View to txt or csv, excel file. How can I do that?
Which operator can I use for it? With the operators Write Excel, Write CSV, Write Special Format it does not work. Thanks!
0
Answers
actually the information of the folder view is also available in the data itself - just apply Write CSV to save the *data* output of k-Means (the lower port) to a file.
Best regards,
Marius
It reads: “Wrong data of type “Hierarchal cluster model” was delivered at port “Model.” Expected data type “centroid cluster model.”
I am also trying to save my "Top Down Clustering" results to an Excel file but I am getting the same error message. Is there another operator I need to use to save my results to an Excel sheet?
Thanks, User83