Open firmai opened 3 months ago
One key question that your suggestion leaves unclear is which the distance? :-) A cluster is a cloud of points, and your question does not make it clear whether you would like to know the distance between a certain point and the various clusters, or the distance between the clusters. In both cases there is yet more to ask.
So of these use cases are easily covered by some simple Numpy/Scikit-Learn-fu, others are very tricky. Let us know what would help you best.
What would be great is some functionality to get access to the vectors that would allow me to calculate (1) and (2). My specific use case is looking at belonging, so distance of a single point to all cluster centroids (median, mean etc.). I am interested in tracking movements from one cluster to another. I wonder if the implementation would allow for that?
Specifically looking at stocks, and realising the cluster label filps every so often, and it would be good to track that transition as a continuous value.
Let me know what you think @hamelin ?
Sorry I've been slow to respond, I'm on vacation. Let me get back to you after I checked a few things.
Anyway to obtain this directly from the library, this would extremely valuable piece of info for me. Given the speed of the algo it could be a nice addition.