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 multiple bloom filters #23

Open
hardbyte opened this issue May 30, 2017 · 0 comments
Open

Support multiple bloom filters #23

hardbyte opened this issue May 30, 2017 · 0 comments
Labels

Comments

@hardbyte
Copy link
Collaborator

hardbyte commented May 30, 2017

It may make sense to calculate multiple CLKs using different field sets for improved matching, blocking, matching with orgs who only have a subset of the fields, and most importantly for automated methods to determine the threshold.

Example

If the possible fields are Name, Phone, Address, Email we might calculate CLKs for:

  • Name, Phone, Address, Email
  • Name, Phone, Address
  • Name, Address, Email
  • Phone, Address, Email
  • Name, Phone
  • Name, Address
  • Name, Email
  • Phone, Address
  • Phone, Email
  • etc

Need to investigate further and determine what changes would be required in anonlink to support matching datasets which contain sets of different clks.

Aha! Link: https://csiro.aha.io/features/ANONLINK-78

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

No branches or pull requests

1 participant