-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add XMeans with float array type #739
Comments
Will do |
Thank you! |
Can I implement XMeans with float types? |
There are many dependency class of |
understood thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In our application, we use a model to turn text into a vector with the float type. Then we convert this vector into a double array for XMeans clustering, after which we convert it back to float to save it in a vector database. We would not like to make these extra conversions. It is also important for us to use float because of the lower memory consumption.
Could you make XMeans work with float arrays as well?
The text was updated successfully, but these errors were encountered: