threshold based clustering #2630
Unanswered
maiiabocharova
asked this question in
Q&A
Replies: 1 comment
-
[i] This post was used for a mass-mention to advertise a "private videos" website. It appears the offending comment was removed, but beware of more that may flood your inbox. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all thank you a lot for the amazing library!
I want to detect communities in my dataset using Faiss. I know there is a
Kmeans
clustering and there is arange_search
functionality.Is it possible to make faiss detect communities with centroids and points which are not further than some threshold to their centroid (and if points do not have neighbours just leave them alone)?
Beta Was this translation helpful? Give feedback.
All reactions