-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is it possible to use this with a distance matrix input? #71
Comments
An old branch supports this feature, and it would be great to implement for this new version. Please see #62 (comment). |
thanks, will look there! |
if you want using other distance metrics method, you can compute row_P, col_P, and var_P by yourself and set opts.load_affinities as load. |
No, I have a precomputed distance matrix that I want to use. |
Can I only provide a NxN matrix of pairwise distances, as in van der Maaten's
tsne_d
?The text was updated successfully, but these errors were encountered: