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 the centroids of K-Means Clusters"
Legacy User
Member Posts: 0 Newbie
Hello,
I wanna get the output of the clusters' centroids through Java code. I have 10 clusters and about 10,000 attributes. So for each cluster, there should be a row with about 10,000 numbers.Â
Does anybody know how should I do that in Java? Which operator should I use?
thanks beforehand,
Qian
I wanna get the output of the clusters' centroids through Java code. I have 10 clusters and about 10,000 attributes. So for each cluster, there should be a row with about 10,000 numbers.Â
Does anybody know how should I do that in Java? Which operator should I use?
thanks beforehand,
Qian
Tagged:
0
Answers
I am assuming that you are familiar with the general way how to use RapidMiner from your Java applications. If not, please read the written tutorial (available from our download page), especially the last two chapters and search in both forums for hints for integration.
Let's say you managed to load your data set and have them stored in a ExampleSet object called "exampleSet". Then you should try something like Hope that helps,
Ingo