Authors: Bernard Brenyah AND Andrey Oskin
You can grab the latest stable version of this package by simply running in Julia.
Don't forget to Julia's package manager with ]
pkg> add ParallelKMeans
For the few (and selected) brave ones, one can simply grab the current experimental features by simply adding the experimental branch to your development environment after invoking the package manager with ]
:
pkg> add ParallelKMeans#master
To revert to a stable version, you can simply run:
pkg> free ParallelKMeans
Currently, this package is benchmarked against similar implementations in both Python, R, and Julia. All reproducible benchmarks can be found in ParallelKMeans/extras directory.