numl icon indicating copy to clipboard operation
numl copied to clipboard

KMeans Cluster Member Proximity to Center

Open normanhh3 opened this issue 8 years ago • 0 comments

I've been playing with K-Means the last few days and found some clusters with some data I'm interested in, which is great! I'd love to be able to rank the members of the clusters I am interested in by distance from the cluster center.

It doesn't look like the data available in the Cluster type offers the ability to do that. Is there something I'm missing? I see that there is a vector for the center of the cluster. I think the piece that I am missing are vectors for each member. I think if I had that, I could then do something like a Euclidian distance calculation to determine the ranking that I want. Does this sound like the right path?

Any thoughts are certainly appreciated!

normanhh3 avatar Mar 10 '18 02:03 normanhh3