Skip to content
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

Support instantiating KNNGraph with matrix data #25

Closed
dillondaudert opened this issue Dec 28, 2020 · 1 comment
Closed

Support instantiating KNNGraph with matrix data #25

dillondaudert opened this issue Dec 28, 2020 · 1 comment

Comments

@dillondaudert
Copy link
Owner

nndescent and search have methods to turn matrix data into vector-of-vector format (the internal supported format for this package). There should be an external constructor for KNNGraphs to do the same.

function HeapKNNGraph(data::D,

@dillondaudert
Copy link
Owner Author

Should be fixed with commit 33b1ee6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant