Using a precomputed distance matrix
atarashansky opened this issue · 2 comments
atarashansky commented
Would it be possible to include functionality to pass in a precomputed distance matrix?
asanakoy commented
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
RichieHakim commented
This would be a really great feature to have.
sklearn currently implements it, but their implementation is very slow.