🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Finding Top relevant document in kmeans cluster"

User: "amir_askary_sha"
New Altair Community Member
Updated by Jocelyn

Hi,

 

After running kmeans clustering, how can I find out which document is the most relevant (top document) in one cluster?

 

Right now the documents in a cluster are sorted ascendingly by their id. I want to have them sorted by a weight score showing how relevant this document is in this cluster, or at least to see the most relevant doc in the cluster.

Find more posts tagged with

Sort by:
1 - 2 of 21

    Hi,

     

    how do you define relevancy?

     

    Best,

    Martin

    User: "amir_askary_sha"
    New Altair Community Member
    OP

    I don't know exactly; any kind of relevancy. For example let's say every cluster has some top words in it (the centroids that kmeans finds), and then the document which has the shortest cosine/euclidian distance to those top words of the cluster, is the most relevant doc in the cluster.