We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider adding a train function that would be provided with training data - CLKs that are known to match. The output would be an optimal threshold t.
train
t
This would be a vast improvement over the current method of essentially guessing a similarity threshold.
Ideally considering issue #23 - this should be able to work on a vector of clks.
Aha! Link: https://csiro.aha.io/features/ANONLINK-77
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider adding a
train
function that would be provided with training data - CLKs that are known to match. The output would be an optimal thresholdt
.This would be a vast improvement over the current method of essentially guessing a similarity threshold.
Ideally considering issue #23 - this should be able to work on a vector of clks.
Aha! Link: https://csiro.aha.io/features/ANONLINK-77
The text was updated successfully, but these errors were encountered: