-
Notifications
You must be signed in to change notification settings - Fork 1
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
st_join() compatible function #35
Comments
This is a great idea. Will run the reprex now and have a play to check I understand what's going on. |
Reprex submitted and in #38 Results look really good! The next step would be user-defined |
Follow-up question for you @JosiahParry do we even need gradually getting back up to speed with this! |
I think there could be a use case for providing a function that can be passed to
st_join()
. This could be handy for folks who strictly just want to join two datasets together and do the work themselves.Here's a simple reprex. Though it definitely doesn't have the performance I'd like i think it illustrates the point. This could allow users to filter matches themselves or do whatever post processing to matches that they'd like and then use that as join keys.
Doing this makes me think that it would be helpful if
rnet_match()
returned the weights e.g. shared length / length(source) and length(shared) / length(target)Created on 2024-02-25 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: