ParallelKMeans.jl icon indicating copy to clipboard operation
ParallelKMeans.jl copied to clipboard

Refactor `YinYang` to support non-euclidean metrics.

Open Arkoniak opened this issue 5 years ago • 0 comments

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...)

Arkoniak avatar Jun 15 '20 12:06 Arkoniak