clustering4docs
clustering4docs copied to clipboard
Clustering algorithm library. Implemented spherical kmeans
Hi I have a set of vectors with the fix length. I want to cluster them based con cosine-similarity and also be able to determine the cluster of a new...
- Mini batch style. - Not in-memory, on-dist
- using minibatch step
Minimal modifications to get the package on the track MAINT: assets/__ init __.py - files are independent from the another package MAINT: soyclustering/_keyword.py - correct possible zerodivisionerror MAINT: soyclustering/_kmeans.py -...