libcluster icon indicating copy to clipboard operation
libcluster copied to clipboard

Parallelise the cluster (regular mixture model) algorithms more efficiently

Open dsteinberg opened this issue 10 years ago • 1 comments

At the moment only the 'grouped' mixtures and more hierarchical algorithms are parallelised in an efficient manner.

dsteinberg avatar Jan 27 '16 23:01 dsteinberg

This code is really slow compared to just dividing the data into groups and running e.g. the parallel G-LDA algorithm...

dsteinberg avatar Feb 13 '16 22:02 dsteinberg