PyDataBlog/ParallelKMeans.jl

Support for distance metrics beyond Euclidian.

PyDataBlog opened this issue · 0 comments

Currently, the package uses the Squared Euclidian distance as the defacto metric. Users should be given the freedom to choose other metrics.

The plan is to provide support for all the available distance metrics provided by Distances.jl .