View source: R/lsh_properties.R
euclidean_curve | R Documentation |
Plot S-Curve for a LSH with given hyperparameters
euclidean_curve(n_bands, band_width, r, up_to = 100)
n_bands |
The number of LSH bands calculated |
band_width |
The number of hashes in each band |
r |
the "r" hyperparameter used to govern the sensitivity of the hash. |
up_to |
the right extent of the x axis. |
A plot showing the probability a pair is proposed as a match, given the Jaccard similarity of the two items.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.