DmitryUlyanov/Multicore-TSNE

Using a precomputed distance matrix

atarashansky opened this issue · 2 comments

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

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

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