"How to get the medoids in KMedoids algorithm?"

User: "amy"
New Altair Community Member
Updated by Jocelyn
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.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "amy"
    New Altair Community Member
    OP
    Hi there,
    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.
    User: "land"
    New Altair Community Member
    Hi Amy,
    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