Open atarashansky opened 6 years ago
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.
Would it be possible to include functionality to pass in a precomputed distance matrix?