You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @yuhanH, uwot doesn't return a model when using precalculated nearest neighbors, because you can't transform new points with just that information. If you think there is a use for the model without that I would be happy to look at a PR, but can you explain a use case?
Hi,
I noticed that
umap
cannot return a model with precalculated nearest neighbor input innn_method
.I would propose that modifications of two parts will enable
umap
to return the model with precalculated nearest neighbor input.part1:
uwot/R/uwot.R
Line 1656 in cbb78b5
scale_info = if (!is.null(X)) { attr_to_scale_info(X) } else { NULL },
part2:
uwot/R/uwot.R
Line 1687 in cbb78b5
Happy to put a PR for this if people agree.
The text was updated successfully, but these errors were encountered: