hamming-distance
Calculate the hamming distance of two hex strings or buffers
Found 25 results for hamming distance
Calculate the hamming distance of two hex strings or buffers
Calculate the Hamming distance between two strings.
Computes the Hamming distance between two sequences.
Straightforward fuzzy matching, information retrieval and NLP building blocks for JavaScript.
Determine whether a given query string contains keywords in a given item string, with a specified margin for spelling error based on the hamming distance.
Javascript version of hermetrics.py
Applies a windowing function to an array of data, making it ready to be FFT'd.
A library that focuses on edit distance and similarity algorithms for string
Calculate the Hamming distance between two equal-length strings.
A JS module for calculating several distances between two (n-dimensional) points
Get Hamming distance between arrays.
Efficiently find hashes within a certain hamming distance, typically used for perceptual hashing.
Calculate the Levenshtein distance between two strings.
Given 2 arrays, hamming distance is calculated between them.
Applies a windowing function to an array of data, making it ready to be FFT'd.
extended hamming code
High-performance and memory efficient native C++ text similarity algorithms for Node.js
TypeScript library spectral analysis such as PSD and FFT
As an example, a common strategy for de-duplicating images is to compute perceptual hashes for each of the images and compare those hashes with each other. Such hashes are small compared with the images (often 32, 64, 128 bits). If the hashing function is
Returns true if the hamming distance between two strings or arrays of equal length is smaller than the given limit
Node.js implementation of a sample framer (Array or Buffer) and signal windowing functions (e.g. Hamming).
hamming-code allows you to encode and decode binary strings codes with hamming code algorithm
Collection complète d'algorithmes de similarité textuelle et moteur de génération aléatoire avancé
small module to calculate if 2 images look alike using perceptual hash Hamming distance and Levenshtein distance
TypeScript/JavaScript implementation of Hamming Backups: A 2-of-3 variant of SeedXOR