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

Pass data and queries as matrices #3

Closed
dillondaudert opened this issue Nov 24, 2018 · 1 comment
Closed

Pass data and queries as matrices #3

dillondaudert opened this issue Nov 24, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@dillondaudert
Copy link
Owner

Right now, DescentGraph and search only allow passing data and queries, respectively, as Vector{AbstractVector}.

This should be expanded to allow passing Matrix types.

@dillondaudert dillondaudert added the enhancement New feature or request label Nov 24, 2018
@dillondaudert
Copy link
Owner Author

As of d528f0d, this works.

The currently functionality creates views to the columns of the input matrices (not copies). Leaving this issue up for now as I may need to change this in the future.

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

No branches or pull requests

1 participant