Multicore-TSNE icon indicating copy to clipboard operation
Multicore-TSNE copied to clipboard

Using a precomputed distance matrix

Open atarashansky opened this issue 6 years ago • 2 comments

Would it be possible to include functionality to pass in a precomputed distance matrix?

atarashansky avatar Jun 13 '18 21:06 atarashansky

I'm developing a fork of this repository. And I have already implemented possibility to use a precomputed distance matrix as long as several other distance metrics. https://github.com/asanakoy/Multicore-TSNE

asanakoy avatar Jul 11 '18 20:07 asanakoy

This would be a really great feature to have. sklearn currently implements it, but their implementation is very slow.

RichieHakim avatar Jan 17 '22 08:01 RichieHakim