PyDataBlog / ParallelKMeans.jl

Parallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm
MIT License
50 stars 13 forks source link

Refactor `YinYang` to support non-euclidean metrics. #92

Open Arkoniak opened 4 years ago

Arkoniak commented 4 years ago

Currently, YinYang can work only with euclidean metric, since it's main niternal functions rely heavily on exact form of metric calculation. Algorithm should be generalized (everywhere, where you see sqrt it's a euclidean metric smell...)