"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!!!
Find more posts tagged with
Sort by:
1 - 3 of
31
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...