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

Speed up hamming distance calculation and add normalized hamming distance #481

Closed
wants to merge 1 commit into from

Conversation

felixpetschko
Copy link
Collaborator

@felixpetschko felixpetschko commented Jan 16, 2024

Close #256

Faster implementation of hamming distance calculation added to HammingDistanceCalculator. Boolean parameter normalize added to HammingDistanceCalculator constructor. If normalize is set to true, the hamming distance values are divided by the sequence length. New metric normalized_hamming added, which uses the HammingDistanceCalculator with normalize set to true.

Copy link
Collaborator

@grst grst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @felixpetschko,

could you please

@grst
Copy link
Collaborator

grst commented Apr 30, 2024

Superseded by #512

@grst grst closed this Apr 30, 2024
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

Successfully merging this pull request may close these issues.

Normalized Hamming Distance
2 participants