Open haroldo-ok opened 1 year ago
Main culprit seems to be the clusterfck k-means implementation:
clusterfck
Update: the skmeans library seems to be much slower than clusterfck for the kind of problem we're trying to solve.
skmeans
Some possibilities:
Main culprit seems to be the
clusterfck
k-means implementation: