Hi,
In RapidMiner 4.5, we get the "Centroid Table" as an output in the KMeans. Is there a way to get this table in an Exampleset, so that I can get a CSV file format of the centroids table?
Here's an example:
<operator name="Root" class="Process" expanded="yes">
<operator name="ExampleSetGenerator" class="ExampleSetGenerator">
<parameter key="target_function" value="simple polynomial classification"/>
</operator>
<operator name="KMeans" class="KMeans">
</operator>
</operator>
In the previous version 4.4, i used to handle this by using the 'text view' which had the centroid values too. But in 4.5, this is not the case.
Thanks and Regards,
Shubha