clustering4docs icon indicating copy to clipboard operation
clustering4docs copied to clipboard

Clustering algorithm library. Implemented spherical kmeans

Results 4 clustering4docs issues
Sort by recently updated
recently updated
newest added

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 -...