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 get the medoids in KMedoids algorithm?"
Hi there,
I want to get the medoids of the KMedoids clustering in Jave code.
What code should I put in Java?
Thanks a lot.
I want to get the medoids of the KMedoids clustering in Jave code.
What code should I put in Java?
Thanks a lot.
Tagged:
0
Answers
Thank you for your time to have a look at my problem.
It seems like that I found the solution now.
I can get the medoids now.
I added getMedoids(), setMedoids(String[] medoids) methods in FlatCrispClusterModel, FlatClusterModel and KMedoids.
Also a small modification in KMedoids.
the forthcoming release 4.3 includes a new version of the kmedoids algorithm. It then will provide a simple model, providing the medoids.
This means: Your problem will be solved then. But this means your changes are somehow outdated yet
By the way: If you want to test the developer version of 4.3, check out the branch Zaniah. There are some other improvements regarding the clustering, espacially the performance.
Greetings,
Sebastian