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 output cluster model file (.clm) and performance file into text file?"
Hi all,
I got cluster model file (.clm) and performance file (.per) after finishing the clustering process I setup.
Afterwards, I can read the clm file and per file by using RapidMiner and see the Centroid Table and PerformanceVector.
But I want to know that can I output it (Centroid Table and PerformanceVector) to common text file like csv? So that I can do more analysis on the figures.
If it is possible to do that, how to? (I have tried many operators with RapidMiner GUI, but I cannot make it...)
Thanks, and RapidMiner is really good!!!
I got cluster model file (.clm) and performance file (.per) after finishing the clustering process I setup.
Afterwards, I can read the clm file and per file by using RapidMiner and see the Centroid Table and PerformanceVector.
But I want to know that can I output it (Centroid Table and PerformanceVector) to common text file like csv? So that I can do more analysis on the figures.
If it is possible to do that, how to? (I have tried many operators with RapidMiner GUI, but I cannot make it...)
Thanks, and RapidMiner is really good!!!
Tagged:
0
Answers
I just found an operator called 'Write as Text' which can write the PerformanceVector into file!!
But it still cannot output the Centroid Table of a cluster model...
there's an operator called Extract Cluster Prototypes, which will return an example set containing all cluster centroids. You can either continue analyzing it with RapidMiner or use the Write CSV to export it as an csv file.
Greetings,
Sebastian
It works!!!
Thanks a lot!!!
Regards,
Lichin